projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be42d1
)
docs: fix typo in linux installer help text
author
AJ ONeal
<aj@therootcompany.com>
Mon, 26 Apr 2021 08:24:32 +0000
(08:24 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Mon, 26 Apr 2021 08:24:32 +0000
(08:24 +0000)
git/install.sh
patch
|
blob
|
history
diff --git
a/git/install.sh
b/git/install.sh
index 454f8cb1af69803ad911a829e1173a610255d748..7d6d872d7651c816a0f3ea9a48b7848a37cb19f9 100644
(file)
--- 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