Comment unused parts for installation of vmware workstation
The configuration part has been moved to the config repo
This commit is contained in:
parent
855f91011b
commit
3fd17fe3c2
@ -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
|
||||
: '
|
||||
|
Loading…
Reference in New Issue
Block a user