From 9fdbe665e755081cb3abc7a9c8b51831cb1ed0a0 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 24 Nov 2020 18:44:17 +0200 Subject: [PATCH] +modern --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 0327bef..4e8ba8e 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -197,7 +197,7 @@ fi if [[ -z "$(echo -n "xxd" | xxd -e -p 2>/dev/null))" ]]; then echo "Please make sure a version of xxd which supports the -e option is installed." echo -e "The -e option should be listed when executing ${low_contrast_color}xxd --help${default_color}" - echo "The package vim-common-8 provides a compatible version on most distros." + echo "The package vim-common-8 provides a compatible version on most modern distros." exit fi