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