diff --git a/continue.sh b/continue.sh index 52dc87f..2f48d41 100755 --- a/continue.sh +++ b/continue.sh @@ -127,8 +127,9 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then inf "- LXDE" inf "- LXQt" inf "- Mate" - inf "- UKUI (note: very poorly documented. In english, anyway)" + inf "- Cutefish" inf "- Xfce" + inf "- UKUI (note: very poorly documented. In english, anyway)" inf "--- Window Managers ---" inf "- i3" inf "(We'll add more as people ask)" @@ -172,6 +173,9 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then elif [[ "$DE" == "Xfce" ]]; then pacman -Sy --noconfirm xfce4 xfce4-goodies DM="sddm" + elif [[ "$DE" == "Cutefish" || "$DE" == "cutefish" ]] ;then + pacman -Sy --noconfirm cutefish + DM="sddm" # Start WM's elif [[ "$DE" == "i3" ]]; then inf "Choose either i3 or i3-gaps in below prompt. Rest of group is your preference" @@ -222,4 +226,4 @@ if [[ "$MP" != "n" ]]; then pacman -Sy --noconfirm ${PKGNS} fi -inf "Installation complete" \ No newline at end of file +inf "Installation complete"