This commit is contained in:
seeg
2025-04-09 00:59:30 +01:00
committed by GitHub
parent 16b8a5a839
commit 3dc5cc19ac

2
setup
View File

@@ -225,7 +225,7 @@ do
if [ -z $VM_NAME ]; then VM_NAME="${DEFAULT_VM_PREFIX}HIGHSIERRA"; fi;
echo " "
echo -n "Enter a disk size [INTEGER] [or ENTER for Default: 64 Gb]: "
echo -n "Enter a disk size [INTEGER] [or ENTER for Default: 64 GB]: "
read SIZEDISK
if [ -z $SIZEDISK ]; then SIZEDISK=64; fi;