Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Никита Симонов authored Nov 21, 2020
1 parent b893732 commit 4bacf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ elif [[ $(uname -s) == "Linux" ]]; then
sudo dnf -y install git python3 python3-pip openssl
} &> /dev/null
else
echo -e ""$E"Your system is not supported!"
echo -e $E"Your system is not supported!"
exit 1
fi
else
echo -e ""$E"Your system is not supported!"
echo -e $E"Your system is not supported!"
exit 1
fi

Expand Down

0 comments on commit 4bacf19

Please sign in to comment.