mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
7 lines
178 B
Bash
7 lines
178 B
Bash
cd
|
|
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
|
|
cp -a * ~/
|