Changeset 133 for hadoop4win-setup
- Timestamp:
- Feb 3, 2010, 5:57:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop4win-setup/hadoop4win-setup.bat
r128 r133 79 79 REM -- This is why there below is no space in front of ">". 80 80 81 echo Install > "%CYGWIN_ROOT%\etc\setup\last-action"82 echo %LOCAL_REPOSITORY% > "%CYGWIN_ROOT%\etc\setup\last-cache"83 echo cygwin_mirror > "%CYGWIN_ROOT%\etc\setup\last-mirror"81 echo Install > "%CYGWIN_ROOT%\etc\setup\last-action" 82 echo %LOCAL_REPOSITORY% > "%CYGWIN_ROOT%\etc\setup\last-cache" 83 echo cygwin_mirror > "%CYGWIN_ROOT%\etc\setup\last-mirror" 84 84 85 85 REM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - … … 91 91 REM real do cygwin installation 92 92 93 "%CYGWIN_SETUP%" -q -d -L -l "%LOCAL_REPOSITORY%\cygwin_mirror" -R "%CYGWIN_ROOT%" 93 "%CYGWIN_SETUP%" -q -d -L -l "%LOCAL_REPOSITORY%\cygwin_mirror" -R "%CYGWIN_ROOT%" -P cygrunsrv,file,openssh,perl,procps,ncurses,rsync,sharutils,shutdown,subversion,tcp_wrappers,termcap,unzip,wget,zip,zlib 94 94 95 95 REM - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Note: See TracChangeset
for help on using the changeset viewer.