BlueOnyx.txt
· 409 B · Text
Raw
#
sudo sed -i 's/^SELINUX=.*/SELINUX=permissive/g' /etc/selinux/config && sudo dnf -y update && reboot
sudo dnf -y install epel-release git wget curl;curl -q -LSsf http://devel.blueonyx.it/pub/5211R.rpm -o /tmp/blueonyx.rpm
yum localinstall -y /tmp/blueonyx.rpm;yum clean all;yum update -y;yum groupinstall -y blueonyx
sh /usr/sausalito/scripts/initServices.sh && reboot
#
Username: root
Password: blueonyx
| 1 | # |
| 2 | sudo sed -i 's/^SELINUX=.*/SELINUX=permissive/g' /etc/selinux/config && sudo dnf -y update && reboot |
| 3 | sudo dnf -y install epel-release git wget curl;curl -q -LSsf http://devel.blueonyx.it/pub/5211R.rpm -o /tmp/blueonyx.rpm |
| 4 | yum localinstall -y /tmp/blueonyx.rpm;yum clean all;yum update -y;yum groupinstall -y blueonyx |
| 5 | sh /usr/sausalito/scripts/initServices.sh && reboot |
| 6 | |
| 7 | # |
| 8 | Username: root |
| 9 | Password: blueonyx |
| 10 |