Skip to content

Commit 8481ec7

Browse files
authored
Update install.sh
1 parent d427a69 commit 8481ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euxo pipefail #exit in case of errors
55
while true; do
66
echo -e '\e[91mPLEASE INPUT SUDO PASSWORD WHEN PROMPTED OTHERWISE TERMINAL WILL CLOSE SCRIPT\e[39m'
77

8-
system=`uname`
8+
system="$uname"
99

1010
if [[ $system == "Linux" ]]; then
1111
echo -e "\xE2\x9D\x8C please input your password to proceed so that the setup runs successfully"

0 commit comments

Comments
 (0)