mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-07-31 01:15:48 -04:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./src/external/3rd/library/curl/curl-7.45.0/configure && make && sudo make install
|
|
|
|
echo "cURL libs installed."
|