Update install

This commit is contained in:
zenobit 2020-08-23 10:40:36 +00:00
parent e7be56ad95
commit e8b9f85e4b
1 changed files with 2 additions and 3 deletions

View File

@ -23,10 +23,9 @@ echo
sudo xbps-install -S $(cat INSTALL/3_ati)
else
echo "Invalid option."
echo "Invalid option. EXITING!"
exit 1
fi
#sudo xbps-install -Sy $(cat INSTALL/3_nvidia)
sudo xbps-install -Sy $(cat INSTALL/4_desktop)
# Choose window manager
echo "$(tput setaf 1) Which windows manager you want use?$(tput sgr 0)"
@ -77,6 +76,6 @@ echo
elif [[ $lightdm = "n" ]]; then
echo "$(tput setaf 1) Enjoy void linux$(tput sgr 0)"
else
echo "Invalid option."
echo "Invalid option. EXITING!"
exit 1
fi