소스 검색

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

master
부모
커밋
41a13e399b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      pdfScale.sh

+ 0
- 1
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)"


불러오는 중...
취소
저장