This commit is contained in:
seeg 2025-04-09 00:59:30 +01:00 committed by GitHub
parent 16b8a5a839
commit 3dc5cc19ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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;