Update macos-guest-virtualbox.sh
This commit is contained in:
@@ -110,6 +110,7 @@ read
|
|||||||
function check_dependencies() {
|
function check_dependencies() {
|
||||||
# check if running on macOS and non-GNU coreutils
|
# check if running on macOS and non-GNU coreutils
|
||||||
if [ -n "$(sw_vers 2>/dev/null)" -a -z "$(csplit --help 2>/dev/null)" ]; then
|
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'
|
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 "Please make sure the following packages are installed and that"
|
||||||
echo "their path is in the PATH variable:"
|
echo "their path is in the PATH variable:"
|
||||||
|
|||||||
Reference in New Issue
Block a user