Skip to content

Commit a8dc162

Browse files
committed
solved variable error
Signed-off-by: kaxada <ekaxada@gmail.com>
1 parent ea2e281 commit a8dc162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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"
9-
8+
system=$(uname)
9+
1010
if [[ $system == "Linux" ]]; then
1111
echo -e "\xE2\x9D\x8C please input your password to proceed so that the setup runs successfully"
1212
echo

0 commit comments

Comments
 (0)