Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down