Update install

This commit is contained in:
zenobit 2020-08-23 09:37:19 +00:00
parent 2c9cb19e9b
commit b4180cc386
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ read -p "openbox (o) or awesome (a) or nothing (n)[o/a/n] " -n 1 vm
echo
if [[ $vm = "o" ]]; then
sudo xbps-install -S $(cat INSTALL/5_openbox)
sudo -u zen obmenu-generator -p -i -u -d -c
elif [[ $vm = "a" ]]; then
sudo xbps-install -S $(cat INSTALL/5_awesome)
elif [[ $vm = "n" ]]; then