Last active 1747657096

BlueOnyx

Revision b274482e52c880fbf7879a360008cf95758c60f4

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