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 d427a69 commit 8481ec7Copy full SHA for 8481ec7
install.sh
@@ -5,7 +5,7 @@ set -euxo pipefail #exit in case of errors
5
while true; do
6
echo -e '\e[91mPLEASE INPUT SUDO PASSWORD WHEN PROMPTED OTHERWISE TERMINAL WILL CLOSE SCRIPT\e[39m'
7
8
- system=`uname`
+ system="$uname"
9
10
if [[ $system == "Linux" ]]; then
11
echo -e "\xE2\x9D\x8C please input your password to proceed so that the setup runs successfully"
0 commit comments