From 9f0c410a8e822bd7b52331b44dd6044f7651adcd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 26 Apr 2021 08:24:32 +0000 Subject: [PATCH] docs: fix typo in linux installer help text --- git/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1