Update macos-guest-virtualbox.sh

This commit is contained in:
Jack
2019-07-31 18:26:20 +03:00
committed by GitHub
parent ced167a082
commit b4f1e8eef9
+1
View File
@@ -110,6 +110,7 @@ read
function check_dependencies() {
# check if running on macOS and non-GNU coreutils
if [ -n "$(sw_vers 2>/dev/null)" -a -z "$(csplit --help 2>/dev/null)" ]; then
echo ""
printf 'macOS detected. Please use a package manager such as '"${white_on_black}"'homebrew'"${default_color}"', '"${white_on_black}"'nix'"${default_color}"', or '"${white_on_black}"'MacPorts'"${default_color}"'.\n'
echo "Please make sure the following packages are installed and that"
echo "their path is in the PATH variable:"