Skip to content

Commit

Permalink
don't install subversion by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Apr 6, 2023
1 parent fd95097 commit 4d2095b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cygwin-portable-installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set CYGWIN_ARCH=auto
set CYGWIN_USERNAME=root

:: select the packages to be installed automatically via apt-cyg
set CYGWIN_PACKAGES=bash-completion,bc,bzip2,coreutils,curl,dos2unix,expect,gettext,git,git-svn,gnupg,inetutils,jq,lz4,mc,nc,openssh,openssl,perl,psmisc,python39,pv,rsync,ssh-pageant,screen,subversion,unzip,vim,wget,zip,zstd
set CYGWIN_PACKAGES=bash-completion,bc,bzip2,coreutils,curl,dos2unix,expect,gettext,git,git-svn,gnupg,inetutils,jq,lz4,mc,nc,openssh,openssl,perl,psmisc,python39,pv,rsync,ssh-pageant,screen,unzip,vim,wget,zip,zstd

:: if set to 'yes' the local package cache created by cygwin setup will be deleted after installation/update
set DELETE_CYGWIN_PACKAGE_CACHE=no
Expand Down

0 comments on commit 4d2095b

Please sign in to comment.