From 90c04f85773019df37a0a7dd9b077156e55402e5 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 20 Mar 2024 20:46:40 +0000 Subject: [PATCH] Update 'shit.sh' --- shit.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/shit.sh b/shit.sh index 8b458e0..30c3387 100644 --- a/shit.sh +++ b/shit.sh @@ -10,7 +10,7 @@ chmod +x /usr/bin/swirl # Install necessary packages sudo apt update -sudo apt install -y busybox clang irssi || { +sudo apt install -y busybox clang irssi xfce4 || { echo "Failed to install necessary packages." exit 1 } @@ -65,14 +65,8 @@ for cmd in "${commands[@]}"; do fi done -# Install irssi -sudo apt install -y irssi || { - echo "Failed to install irssi." - exit 1 -} - # Install other apps -sudo apt install -y firefox libreoffice krita network-manager-gnome || { +sudo apt install -y libreoffice krita network-manager-gnome || { echo "Failed to install others." exit 1 }