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
|
done
|
||||||
|
|
||||||
#in_virtmanager=0
|
#in_virtmanager=0
|
||||||
in_vmware15=0
|
#in_vmware15=0
|
||||||
#in_steam=0
|
#in_steam=0
|
||||||
#in_lutris=0
|
#in_lutris=0
|
||||||
#in_blender=0
|
#in_blender=0
|
||||||
@ -106,9 +106,8 @@ do
|
|||||||
printf '%s\n' 'qemu' 'virt-manager' >> "$setupdir/selectedpkgs.txt"
|
printf '%s\n' 'qemu' 'virt-manager' >> "$setupdir/selectedpkgs.txt"
|
||||||
;;
|
;;
|
||||||
1)
|
1)
|
||||||
in_vmware15=1
|
#in_vmware15=1
|
||||||
echo "vmware-workstation15" >> "$setupdir/aurselectedpkgs.txt"
|
echo "vmware-workstation15" >> "$setupdir/aurselectedpkgs.txt"
|
||||||
# TODO handle rest of installation
|
|
||||||
;;
|
;;
|
||||||
10)
|
10)
|
||||||
#in_steam=1
|
#in_steam=1
|
||||||
@ -354,12 +353,14 @@ sudo pacman -S --needed - < "$setupdir/selectedpkgs.txt"
|
|||||||
echo Installing from AUR
|
echo Installing from AUR
|
||||||
paru -S --needed - < "$setupdir/aurselectedpkgs.txt"
|
paru -S --needed - < "$setupdir/aurselectedpkgs.txt"
|
||||||
|
|
||||||
|
: '
|
||||||
if [ $in_vmware15 -eq 1 ]; then
|
if [ $in_vmware15 -eq 1 ]; then
|
||||||
echo "Installing VMWare Workstation 15"
|
echo "Installing VMWare Workstation 15"
|
||||||
paru -S --needed vmware-workstation15
|
paru -S --needed vmware-workstation15
|
||||||
else
|
else
|
||||||
echo "Skipping VMWare Workstation 15"
|
echo "Skipping VMWare Workstation 15"
|
||||||
fi
|
fi
|
||||||
|
'
|
||||||
|
|
||||||
#DEs & WMs
|
#DEs & WMs
|
||||||
: '
|
: '
|
||||||
|
Loading…
Reference in New Issue
Block a user