mirror of
https://github.com/Sneed-Group/shit-script
synced 2024-12-23 03:35:23 -06:00
Update 'shit.sh'
This commit is contained in:
parent
dba9ac1101
commit
25f19554df
1 changed files with 3 additions and 1 deletions
4
shit.sh
4
shit.sh
|
@ -10,11 +10,13 @@ chmod +x /usr/bin/swirl
|
||||||
|
|
||||||
# Install necessary packages
|
# Install necessary packages
|
||||||
sudo apt update
|
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."
|
echo "Failed to install necessary packages."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sudo apt remove rhythmbox
|
||||||
|
|
||||||
# List of GNU commands and their corresponding BusyBox equivalents
|
# List of GNU commands and their corresponding BusyBox equivalents
|
||||||
commands=(
|
commands=(
|
||||||
"ls:busybox ls"
|
"ls:busybox ls"
|
||||||
|
|
Loading…
Reference in a new issue