mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-08-06 00:40:58 +02:00
Merge pull request #865 from bensuperpc/update-crosstool-ng-127
Update Crosstool-ng 1.26.0 to 1.27.0 on linux-arm64 (keep same GCC, glibc etc...) Update OpenSSL from 1.1.1o to 1.1.1w Update Ninja from 1.11.1 to 1.12.1 Update git from 2.42.0 to 2.48.1 Update Liquidpromt from 1.11 to 1.12 and add to env ARG
This commit is contained in:
@@ -67,7 +67,7 @@ if [[ -z "${PERL_HASH}" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Hash from https://www.openssl.org/source/openssl-1.1.1l.tar.gz.sha256
|
||||
# Hash from https://www.openssl.org/source/openssl-1.1.1w.tar.gz.sha256
|
||||
OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/
|
||||
|
||||
PERL_DOWNLOAD_URL=https://www.cpan.org/src/5.0
|
||||
|
@@ -7,12 +7,17 @@ if ! command -v git &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z "${LIQUIDPROMT_VERSION}" ]]; then
|
||||
echo >&2 'error: LIQUIDPROMT_VERSION env. variable must be set to a non-empty value'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd /usr/share
|
||||
|
||||
# Remove liquidprompt if exists
|
||||
rm -rf liquidprompt
|
||||
|
||||
git clone "https://github.com/nojhan/liquidprompt.git" -b v_1.11
|
||||
git clone "https://github.com/nojhan/liquidprompt.git" --depth 1 -b "${LIQUIDPROMT_VERSION}" liquidprompt
|
||||
|
||||
cat << EOF >> /root/.bashrc
|
||||
|
||||
|
Reference in New Issue
Block a user