Update install

This commit is contained in:
zenobit 2020-08-23 19:36:36 +00:00
parent 708dddd275
commit adde7b87ef
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ echo
if [[ $vm = "o" ]]; then
sudo xbps-install -Sy $(cat INSTALL/5_openbox)
sudo -u $USER obmenu-generator -p -i -u -d -c
echo "autorandr common &
tint2 &
setxkbmap cz &
nitrogen --restore &
volumeicon &
conky &" >> ~/.config/openbox/autostart
elif [[ $vm = "a" ]]; then
sudo xbps-install -Sy $(cat INSTALL/5_awesome)