mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
6 lines
177 B
Batchfile
6 lines
177 B
Batchfile
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 .. |