From 791bc306c8efb8f2a995135361d8abe332f94312 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Sun, 31 Mar 2024 18:30:10 +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 30c3387..c2d6058 100644 --- a/shit.sh +++ b/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" \ No newline at end of file