Merge pull request #47 from S33G/patch-1 [Gb -> GB]

Gb -> GB
This commit is contained in:
Gabriel Luchina 2025-05-02 10:17:10 -03:00 committed by GitHub
commit 061ef187a3
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;