From 41a13e399b0ad0e030131b7a89224959828cda7b Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Thu, 12 Apr 2018 05:01:31 -0300 Subject: [PATCH] v2.3.4 Refinement to install and upgrade options, remove temporary files after finishing, new option --assume-yes|--yes to avoid prompts/force installs and upgrades, new option --insecure|--no-check-certificates to use curl/wget without SSL support on upgrades --- pdfScale.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pdfScale.sh b/pdfScale.sh index a259759..3e67fc7 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -868,7 +868,6 @@ selfUpgrade() { echo $'\n'"Assume yes activated, current version will be replaced with master branch" _answer="y" else - echo "whyyy?" echo $'\n'"Are you sure that you want to replace the current installation with the downloaded one?" read -p "Y/y to continue, anything else to cancel > " _answer _answer="$(lowercase $_answer)"