diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 15b9f169..f485ea7e 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -61,7 +61,7 @@ do done #in_virtmanager=0 -in_vmware15=0 +#in_vmware15=0 #in_steam=0 #in_lutris=0 #in_blender=0 @@ -106,9 +106,8 @@ do printf '%s\n' 'qemu' 'virt-manager' >> "$setupdir/selectedpkgs.txt" ;; 1) - in_vmware15=1 + #in_vmware15=1 echo "vmware-workstation15" >> "$setupdir/aurselectedpkgs.txt" - # TODO handle rest of installation ;; 10) #in_steam=1 @@ -354,12 +353,14 @@ sudo pacman -S --needed - < "$setupdir/selectedpkgs.txt" echo Installing from AUR paru -S --needed - < "$setupdir/aurselectedpkgs.txt" +: ' if [ $in_vmware15 -eq 1 ]; then echo "Installing VMWare Workstation 15" paru -S --needed vmware-workstation15 else echo "Skipping VMWare Workstation 15" fi +' #DEs & WMs : '