#!/bin/bash if [ $(id -u) != "0" ]; then echo "Error: You must be root to run this script" exit 1 fi systemctl disable --now firewalld setenforce 0 sed -i "s/^SELINUX=.*/SELINUX=disabled/g" /etc/selinux/config cat <