From 79a0297a7bcec4a730aec0e8859618cf550415f7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 22 Jan 2024 09:11:47 -0700 Subject: [PATCH] Account for RHEL GUI installation Signed-off-by: Tommy --- RHEL-Server-9.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/*