Update continue.sh

artix
Matt C 3 years ago committed by GitHub
parent 920a9a0386
commit ebf555c091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,8 +127,9 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then
inf "- LXDE" inf "- LXDE"
inf "- LXQt" inf "- LXQt"
inf "- Mate" inf "- Mate"
inf "- UKUI (note: very poorly documented. In english, anyway)" inf "- Cutefish"
inf "- Xfce" inf "- Xfce"
inf "- UKUI (note: very poorly documented. In english, anyway)"
inf "--- Window Managers ---" inf "--- Window Managers ---"
inf "- i3" inf "- i3"
inf "(We'll add more as people ask)" inf "(We'll add more as people ask)"
@ -172,6 +173,9 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then
elif [[ "$DE" == "Xfce" ]]; then elif [[ "$DE" == "Xfce" ]]; then
pacman -Sy --noconfirm xfce4 xfce4-goodies pacman -Sy --noconfirm xfce4 xfce4-goodies
DM="sddm" DM="sddm"
elif [[ "$DE" == "Cutefish" || "$DE" == "cutefish" ]] ;then
pacman -Sy --noconfirm cutefish
DM="sddm"
# Start WM's # Start WM's
elif [[ "$DE" == "i3" ]]; then elif [[ "$DE" == "i3" ]]; then
inf "Choose either i3 or i3-gaps in below prompt. Rest of group is your preference" inf "Choose either i3 or i3-gaps in below prompt. Rest of group is your preference"

Loading…
Cancel
Save