mirror of
https://github.com/Sneed-Group/shit-script
synced 2024-12-23 11:42:52 -06:00
Update 'shit.sh'
This commit is contained in:
parent
90c04f8577
commit
791bc306c8
1 changed files with 3 additions and 1 deletions
4
shit.sh
4
shit.sh
|
@ -10,7 +10,7 @@ chmod +x /usr/bin/swirl
|
|||
|
||||
# Install necessary packages
|
||||
sudo apt update
|
||||
sudo apt install -y busybox clang irssi xfce4 || {
|
||||
sudo apt install -y busybox clang irssi xfce4 xfce4-screenshooter flatpak || {
|
||||
echo "Failed to install necessary packages."
|
||||
exit 1
|
||||
}
|
||||
|
@ -71,5 +71,7 @@ sudo apt install -y libreoffice krita network-manager-gnome || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
## Replace bash with busybox sh
|
||||
printf "\n\nbusybox sh" >> "/etc/bash.bashrc"
|
Loading…
Reference in a new issue