BlueOnyx.md
· 590 B · Markdown
Raw
## Disable selinux
```
sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config && sudo dnf -y update && reboot
```
## Install needed apps and update
```
sudo dnf -y install epel-release git wget curl
```
## Install blueonyx
```
if curl -q -LSsf http://devel.blueonyx.it/pub/5211R.rpm -o /tmp/blueonyx.rpm; then
if yum localinstall -y /tmp/blueonyx.rpm;then
yum clean all
if yum update -y && yum groupinstall -y blueonyx; then
sh /usr/sausalito/scripts/initServices.sh && reboot
fi
fi
fi
#
```
## Default login
Username: root
Password: blueonyx
Disable selinux
sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config && sudo dnf -y update && reboot
Install needed apps and update
sudo dnf -y install epel-release git wget curl
Install blueonyx
if curl -q -LSsf http://devel.blueonyx.it/pub/5211R.rpm -o /tmp/blueonyx.rpm; then
if yum localinstall -y /tmp/blueonyx.rpm;then
yum clean all
if yum update -y && yum groupinstall -y blueonyx; then
sh /usr/sausalito/scripts/initServices.sh && reboot
fi
fi
fi
#
Default login
Username: root
Password: blueonyx