minor terminal output message changes

This commit is contained in:
Jack
2019-10-22 09:46:24 +03:00
committed by GitHub
parent 0642d90ac7
commit c878f05790
+3 -3
View File
@@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# Semi-automatic installer of macOS on VirtualBox # Semi-automatic installer of macOS on VirtualBox
# (c) myspaghetti, licensed under GPL2.0 or higher # (c) myspaghetti, licensed under GPL2.0 or higher
# url: https://github.com/img2tab/macos-guest-virtualbox # url: https://github.com/myspaghetti/macos-guest-virtualbox
# version 0.76.0 # version 0.76.1
# Requirements: 40GB available storage on host # Requirements: 40GB available storage on host
# Dependencies: bash >= 4.0, unzip, wget, dmg2img, # Dependencies: bash >= 4.0, unzip, wget, dmg2img,
@@ -64,7 +64,7 @@ else
SYSTEM_UUID="bytes:qrvM3e7/ABEiM0RVZneImQ==" SYSTEM_UUID="bytes:qrvM3e7/ABEiM0RVZneImQ=="
SYSTEM_INTEGRITY_PROTECTION="bytes:EA==" SYSTEM_INTEGRITY_PROTECTION="bytes:EA=="
else else
echo "ROM, UUID, and SIP variables have been assigned non-default values. Applying" echo "ROM, UUID, or SIP variables have been assigned non-default values. Applying"
echo "these values to the virtual machine requires the package xxd. Please make sure" echo "these values to the virtual machine requires the package xxd. Please make sure"
echo "the package xxd is installed." echo "the package xxd is installed."
echo "Exiting." echo "Exiting."