Updated VM packages

pull/1/head
beech 2 years ago
parent 9cff421395
commit 29d845e540
  1. 2
      README.md
  2. 5
      setup.sh

@ -48,7 +48,7 @@ reboot # Remove installation media during reboot
sudo pacman -S --noconfirm pacman-contrib curl git
sudo git clone https://git.boppdev.net/beech/ArchScripts
cd ArchScripts
sh setup.sh # Comment out line 9 if you're not on a VM
sh setup.sh # Comment out line 9, 65 & 66 if you're not on a VM
sh software.sh
```

@ -5,7 +5,7 @@ echo
PKGS=(
# --- VM Packages (Uncomment if not running in VM)
# --- VM Packages (Uncomment if not a VM guest)
'open-vm-tools'
# --- XORG Display Rendering
@ -62,6 +62,9 @@ done
sudo systemctl enable gdm.service
sudo systemctl enable vmtoolsd.service # Comment out if VM guest
sudo systemctl enable vmware-vmblock-fuse.service # Comment out if VM guest
echo
echo "Done! Please Reboot & Run software.sh"
echo