From 25f19554df957370d8881a0945a2d15d74e5b069 Mon Sep 17 00:00:00 2001 From: Maxwell Drake Date: Mon, 8 Apr 2024 20:47:29 +0000 Subject: [PATCH] Update 'shit.sh' --- shit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shit.sh b/shit.sh index 2515eb4..84b06f4 100644 --- a/shit.sh +++ b/shit.sh @@ -10,11 +10,13 @@ chmod +x /usr/bin/swirl # Install necessary packages sudo apt update -sudo apt install --no-install-recommends -y busybox clang irssi flatpak libreoffice krita || { +sudo apt install --no-install-recommends -y busybox clang irssi flatpak libreoffice kritavlc || { echo "Failed to install necessary packages." exit 1 } +sudo apt remove rhythmbox + # List of GNU commands and their corresponding BusyBox equivalents commands=( "ls:busybox ls"