Last active 1747657096

BlueOnyx

casjay revised this gist 1725808157. Go to revision

1 file changed, 10 insertions

BlueOnyx.txt(file created)

@@ -0,0 +1,10 @@
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 +
Newer Older