Update 'shit.sh'

This commit is contained in:
Maxwell Drake 2024-04-08 20:47:29 +00:00
parent dba9ac1101
commit 25f19554df

View file

@ -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"