Commit 13b74e15 authored by satmandu's avatar satmandu Committed by GitHub

install.sh: Put pixz, git, curl at the front of EARLY_PACKAGES (#5848)

* Now pixz is packaged in sparkling .xz

* Add back deps

* remove libcurl dep from curl

* move static packages up in install.sh
parent 9bfbc966
......@@ -17,9 +17,9 @@ CREW_PACKAGES_PATH="${CREW_LIB_PATH}/packages"
CURL="${CURL:-curl}"
# EARLY_PACKAGES cannot depend on crew_profile_base for their core operations (completion scripts are fine)
EARLY_PACKAGES="libarchive openssl zstd xzutils lz4 bz2 libxml2 pixz libssp brotli c_ares libcyrussasl libidn2 libmetalink libnghttp2 libpsl \
EARLY_PACKAGES="pixz curl git libarchive openssl zstd xzutils lz4 bz2 libxml2 libssp brotli c_ares libcyrussasl libidn2 libmetalink libnghttp2 libpsl \
libtirpc libunistring openldap rtmpdump zstd ncurses ca_certificates libyaml ruby libffi \
nettle krb5 p11kit libtasn1 gnutls curl git icu4c "
nettle krb5 p11kit libtasn1 gnutls icu4c "
LATE_PACKAGES="binutils crew_profile_base less most manpages filecmd mawk readline perl pcre pcre2 \
python27 python3 py3_pip sed lzip unzip zip"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment