mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
7 lines
189 B
Batchfile
7 lines
189 B
Batchfile
CD /D %~dp0
|
|
SET CURL_FOLDER=curl
|
|
IF NOT EXIST %CURL_FOLDER% CALL git clone https://github.com/curl/curl.git %CURL_FOLDER%
|
|
CD %CURL_FOLDER%
|
|
CALL git fetch
|
|
CALL git checkout curl-7_54_1
|
|
CD .. |