1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/docker/win32-static/unpack_curl.sh

7 lines
178 B
Bash
Raw Normal View History

2023-11-10 11:49:17 -05:00
cd
2023-12-07 06:58:37 -05:00
wget https://curl.se/windows/dl-8.5.0_1/curl-8.5.0_1-win32-mingw.zip
rm -rf curl-8.5.0_1-win32-mingw
unzip curl-8.5.0_1-win32-mingw.zip
cd curl-8.5.0_1-win32-mingw
2023-11-10 11:49:17 -05:00
cp -a * ~/