mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
Merge pull request #2741 from htgoebel/patch-1
Vagrantfile: Fix cygwin mirror URL.
This commit is contained in:
commit
4714a453a8
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -193,7 +193,7 @@ def packages_cygwin(version)
|
|||
REM --- Install build version of CygWin in a subfolder
|
||||
set OURPATH=%cd%
|
||||
set CYGBUILD="C:\\cygwin\\CygWin"
|
||||
set CYGMIRROR=ftp://mirrors.kernel.org/sourceware/cygwin/
|
||||
set CYGMIRROR=http://mirrors.kernel.org/sourceware/cygwin/
|
||||
set BASEPKGS=openssh,rsync
|
||||
set BUILDPKGS=python3,python3-setuptools,python-devel,binutils,gcc-g++,libopenssl,openssl-devel,git,make,liblz4-devel,liblz4_1,curl
|
||||
%CYGSETUP% -q -B -o -n -R %CYGBUILD% -L -D -s %CYGMIRROR% -P %BASEPKGS%,%BUILDPKGS%
|
||||
|
|
|
|||
Loading…
Reference in a new issue