diff --git a/ConCygSys-installer.cmd b/ConCygSys-installer.cmd index a806dbd..784edec 100644 --- a/ConCygSys-installer.cmd +++ b/ConCygSys-installer.cmd @@ -3,7 +3,7 @@ :: ConCygSys: Cygwin and ConEmu portable installer https://github.com/zhubanRuban/ConCygSys :: This is the independent fork of https://github.com/vegardit/cygwin-portable-installer project -set CONCYGSYS_VERSION=171108 +set CONCYGSYS_VERSION=171119 ::####################### begin SCRIPT SETTINGS #######################:: @@ -119,10 +119,10 @@ if not exist "%CYGWIN_ROOT%" ( set UPDATEFROMOLD=yes ) echo. - set /p UPDATECYGWINONLY=  1  upgrade Cygwin only  ENTER  upgrade everything + set /p UPDATECYGWINONLY=  1  update Cygwin only  ENTER  update everything if not "!UPDATECYGWINONLY!" == "" goto :updatecygwinonly echo. - echo Before you proceed with upgrade... + echo Before you proceed with update... if "!UPDATEFROMOLD!" == "yes" ( echo It seems that you are upgrading from one of the oldest ConCygSys releases echo Please BACKUP your personal records in .bashrc @@ -703,7 +703,7 @@ del "%INSTALL_ROOT%README.md" >NUL 2>&1 echo. if "%UPDATEMODE%" == "yes" ( - echo Upgrade SUCCEEDED! + echo Update SUCCEEDED! ) else ( echo Installation SUCCEEDED! )