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 ea2e281 commit a8dc162Copy full SHA for a8dc162
install.sh
@@ -5,8 +5,8 @@ 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"
9
-
+ system=$(uname)
+
10
if [[ $system == "Linux" ]]; then
11
echo -e "\xE2\x9D\x8C please input your password to proceed so that the setup runs successfully"
12
echo
0 commit comments