forked from alnux/repo
bf7a34f02a
we'll let the user configure those files.
7 lines
153 B
Text
Executable file
7 lines
153 B
Text
Executable file
wget https://curl.se/download/curl-7.78.0.tar.bz2
|
|
tar -xf curl-7.78.0.tar.bz2
|
|
cd curl-7.78.0
|
|
|
|
./configure --with-openssl
|
|
make
|
|
make DESTDIR="$1" install
|