From a921600e1d4368f5b262bb7a655b90c17bf13d03 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 15 Jul 2019 05:13:13 +0300 Subject: [PATCH] comment about ROM and UUID variables and xxd package --- macos-guest-virtualbox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 8929348..3cf9525 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -56,6 +56,7 @@ else ROM="bytes:qiq7Z8zd" # base64 of the example ROM UUID="bytes:qrvM3e7/ABEiM0RVZneImQ==" # base64 of the example UUID else + echo "" echo "ROM and UUID variables have been assigned non-default values. Applying these" echo "values to the virtual machine requires the package xxd. Please make sure the" echo "package xxd is installed."