From: AJ ONeal Date: Mon, 26 Apr 2021 08:24:32 +0000 (+0000) Subject: docs: fix typo in linux installer help text X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=9f0c410a8e822bd7b52331b44dd6044f7651adcd docs: fix typo in linux installer help text --- diff --git a/git/install.sh b/git/install.sh index 454f8cb..7d6d872 100644 --- a/git/install.sh +++ b/git/install.sh @@ -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