Update 'shit.sh'

This commit is contained in:
Maxwell Drake 2024-04-06 10:19:26 +00:00
parent 4d318248dd
commit da2f248d26

View file

@ -10,7 +10,7 @@ chmod +x /usr/bin/swirl
# Install necessary packages
sudo apt update
sudo apt install -y busybox clang irssi flatpak libreoffice krita network-manager-gnome xfce4 xfce4-screenshooter || {
sudo apt install --no-install-recommends -y busybox clang irssi flatpak libreoffice krita network-manager-gnome xfce4 xfce4-screenshooter || {
echo "Failed to install necessary packages."
exit 1
}