mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Download archives on mirrors of download.kiwix.org
.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
REM ========================================================
|
||||
REM Install xapian
|
||||
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.14.zip || exit /b 1
|
||||
curl -fsSL -O http://mirror.download.kiwix.org/dev/xapian-core-1.4.14.zip || exit /b 1
|
||||
7z x xapian-core-1.4.14.zip || exit /b 1
|
||||
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.14 && ../appveyor/apply_patch.sh xapian_remote.patch" || exit /b 1
|
||||
cd xapian-core-1.4.14
|
||||
|
Reference in New Issue
Block a user