Update macos-guest-virtualbox.sh

This commit is contained in:
Jack
2019-07-31 18:15:18 +03:00
committed by GitHub
parent d881bed4a2
commit b9b9543609
+2 -1
View File
@@ -111,7 +111,8 @@ 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
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 their path is in the PATH variable:"
echo "Please make sure the following packages are installed and that"
echo "their path is in the PATH variable:"
printf "${white_on_black}"'bash coreutils wget unzip dmg2img'"${default_color}"'\n'
echo "Please make sure bash and coreutils are the GNU variant."
exit