We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c884aa8 commit 9868290Copy full SHA for 9868290
installers/git/installer.sh
@@ -14,7 +14,7 @@ if [ "$USER" != 'root' ]; then
14
else
15
cat >&2 <<-'EOF'
16
Error: this installer needs the ability to run commands as root.
17
- We are unable to find "sudo" available to make this happen.
+ We are unable to find "sudo". Make sure its available to make this happen
18
EOF
19
exit 1
20
fi
0 commit comments