docs: fix typo in linux installer help text
authorAJ ONeal <aj@therootcompany.com>
Mon, 26 Apr 2021 08:24:32 +0000 (08:24 +0000)
committerAJ ONeal <aj@therootcompany.com>
Mon, 26 Apr 2021 08:24:32 +0000 (08:24 +0000)
git/install.sh

index 454f8cb1af69803ad911a829e1173a610255d748..7d6d872d7651c816a0f3ea9a48b7848a37cb19f9 100644 (file)
@@ -11,7 +11,7 @@ function __init_git() {
             # sudo xcodebuild -license accept
         else
             echo >&2 "Error: to install 'git' on Linux use the built-in package manager."
-            echo >&2 "       for example, try: xcode-select --install"
+            echo >&2 "       for example, try: sudo apt install -y git"
         fi
         exit 1
     else