Update Installer.sh

This commit is contained in:
Ace 2019-12-17 14:29:19 +01:00 committed by GitHub
parent 2a2c0a75c8
commit fff5adf6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,9 +156,9 @@ EOF
# What to do when uninstalling software
if [ "$settings" = 1 ]; then
echo -e "\e[1;36m"Opening web-UI for adding details..."\e[0m"
echo -e "\e[1;36m"Add your details, click on generate, keep the file and close the browser"\e[0m"
sleep 5
chromium-browser /home/"$USER"/Inky-Calendar/settings/settings-UI.html
sleep 2
echo -e "\e[97mHave you added your details and clicked on 'Generate'?"
echo -e "\e[97mPress [Y] for yes."
read -r -p 'Waiting for input... ' complete