Update installuncursus.sh

This commit is contained in:
Yaya4 2020-07-30 21:34:18 +02:00 committed by GitHub
parent c6d970fe3a
commit 5229737ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ exit 1
fi fi
echo "WARNING: I'M NOT RESPONSIBLE IF ANYTHING GOES WRONG" echo "WARNING: I'M NOT RESPONSIBLE IF ANYTHING GOES WRONG"
echo "If you've found any bugs, please create an issue in GitHub." echo "If you've found any bugs, please create an issue in GitHub."
echo "Checking Dependencies" echo "Checking Dependencies..."
if [ $need != "" ]; then if [ $need != "" ]; then
echo "Installing Dependencies..." echo "Installing Dependencies..."
apt update apt update