Last active 1747657096

BlueOnyx

Revision 2a2dfee524f9fd5ba30207a0a2bb935db4ecf567

BlueOnyx.txt Raw
1#
2sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/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