From 78527bd5139646ba60f284c46000b915e18c3b9c Mon Sep 17 00:00:00 2001 From: octaviotb <86135719+octaviotb@users.noreply.github.com> Date: Sat, 22 Mar 2025 21:13:29 -0600 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 80f2519..cb7f46a 100644 --- a/setup.sh +++ b/setup.sh @@ -47,7 +47,7 @@ else sleep 1 echo -e "\n\n${blueColour}[*] Installing necessary packages for the environment...\n${endColour}" sleep 2 - sudo apt install -y kitty rofi feh xclip ranger i3lock-fancy scrot scrub wmname imagemagick cmatrix htop neofetch python3-pip procps tty-clock fzf lsd bat pamixer flameshot + sudo apt install -y kitty rofi feh xclip ranger i3lock-fancy scrot scrub wmname imagemagick cmatrix htop fastfetch python3-pip procps tty-clock fzf lsd bat pamixer flameshot if [ $? != 0 ] && [ $? != 130 ]; then echo -e "\n${redColour}[-] Failed to install some packages!\n${endColour}" exit 1