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

2
setup
View File

@@ -225,7 +225,7 @@ do
if [ -z $VM_NAME ]; then VM_NAME="${DEFAULT_VM_PREFIX}HIGHSIERRA"; fi; if [ -z $VM_NAME ]; then VM_NAME="${DEFAULT_VM_PREFIX}HIGHSIERRA"; fi;
echo " " 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 read SIZEDISK
if [ -z $SIZEDISK ]; then SIZEDISK=64; fi; if [ -z $SIZEDISK ]; then SIZEDISK=64; fi;