set execute permissions

needed for automatic updates to work
This commit is contained in:
Daniel Hansson 2020-09-17 19:48:49 +02:00 committed by GitHub
parent 0494b2c144
commit 03eabbb54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ case "$choice" in
else
print_text_in_color "$ICyan" "Downloading the Update script..."
download_script STATIC update
chmod +x "$SCRIPTS"/update.sh
bash "$SCRIPTS"/update.sh
fi
;;