diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index bb6bd40..4ea44c3 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -111,7 +111,7 @@ function check_dependencies() { # check if running on macOS if [ -n "$(sw_vers 2>/dev/null)" ]; then printf '\nThis script is not completely tested on macOS hosts.\nVisit https://github.com/myspaghetti/macos-guest-virtualbox/issues/39 for more information\n' - read -p "Press enter to continue.\n" + read -p "Press enter to continue." export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" fi