Update 'shit.sh'

This commit is contained in:
nodemixaholic 2024-03-31 18:30:10 +00:00
parent 90c04f8577
commit 791bc306c8

View file

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