Update install

This commit is contained in:
zenobit 2020-08-23 09:42:14 +00:00
parent 9fa19fb8a9
commit 4a6903c651
1 changed files with 7 additions and 2 deletions

View File

@ -18,10 +18,14 @@ read -p "NVIDIA (n) or AMD (a) or QEMU (q)[n/a/q] " -n 1 video
echo
if [[ $video = "n" ]]; then
sudo xbps-install -S $(cat INSTALL/3_nvidia)
sudo nvidia-xconfig
elif [[ $video = "q" ]]; then
sudo xbps-install -S $(cat INSTALL/3_qemu)
elif [[ $video = "a" ]]; then
sudo xbps-install -S $(cat INSTALL/3_ati)
else
echo "Invalid option."
exit 1
@ -37,10 +41,13 @@ 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 = "s" ]]; then
echo "$(tput setaf 1) Install something else..$(tput sgr 0)"
else
echo "Invalid option."
exit 1
@ -65,14 +72,12 @@ echo alias xterm='sakura' >> ~/.bashrc
sudo nano /etc/default/libc-locales
sudo xbps-reconfigure -f glibc-locales
# creating bare repository
cd ~/
mkdir .void
cd .void
git init --bare
# Install services
sudo ln -s /etc/sv/dbus /var/service