diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index 05a2ba6..e7fdd9a 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -14,8 +14,6 @@ # License for the specific language governing permissions and limitations under # the License. -#Assuming that you are using ANSSI-BP-028 - output(){ echo -e '\e[36m'"$1"'\e[0m'; } @@ -83,6 +81,10 @@ unpriv curl https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd sudo systemctl daemon-reload sudo systemctl restart irqbalance +# Remove packages + +sudo dnf remove baobab firefox gedit gnome-calculator gnome-characters gnome-font-viewer gnome-screenshot gnome-tour yelp* + # Setup dnf unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dnf/dnf.conf | sudo tee /etc/dnf/dnf.conf sudo sed -i 's/^metalink=.*/&\&protocol=https/g' /etc/yum.repos.d/*