We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42ed5f commit a77514eCopy full SHA for a77514e
2 files changed
deps/curl.tar.xz
192 KB
scripts/preinstall.sh
@@ -34,7 +34,7 @@ cd "$DEPS_DIR"
34
35
# Build curl
36
echo "Extracting curl..."
37
-CURL_DIR="$DEPS_DIR/curl-src"
+CURL_DIR="$DEPS_DIR/curl-src/curl-8.18.0"
38
mkdir -p "$CURL_DIR"
39
# Use -o for busybox tar (Alpine), --no-same-owner for GNU tar
40
if tar --version 2>/dev/null | grep -q GNU; then
0 commit comments