Skip to content

Commit

Permalink
Update ConCygSys-installer.cmd
Browse files Browse the repository at this point in the history
Minor corrections
  • Loading branch information
0zhu authored Nov 19, 2017
1 parent 5e628e3 commit c629427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ConCygSys-installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 #######################::
Expand Down Expand Up @@ -119,10 +119,10 @@ if not exist "%CYGWIN_ROOT%" (
set UPDATEFROMOLD=yes
)
echo.
set /p UPDATECYGWINONLY=[0m [1;7m 1 [0m upgrade Cygwin only [1;7m ENTER [0m upgrade everything
set /p UPDATECYGWINONLY=[0m [1;7m 1 [0m update Cygwin only [1;7m ENTER [0m update everything
if not "!UPDATECYGWINONLY!" == "" goto :updatecygwinonly
echo.
echo [7;93mBefore you proceed with upgrade...[0m
echo [7;93mBefore you proceed with update...[0m
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
Expand Down Expand Up @@ -703,7 +703,7 @@ del "%INSTALL_ROOT%README.md" >NUL 2>&1

echo.
if "%UPDATEMODE%" == "yes" (
echo [102;30mUpgrade SUCCEEDED![0m
echo [102;30mUpdate SUCCEEDED![0m
) else (
echo Installation SUCCEEDED!
)
Expand Down

0 comments on commit c629427

Please sign in to comment.