mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
Update repo
This commit is contained in:
@@ -64,7 +64,10 @@ done
|
||||
if [ ! -f "${CGCT_DIR}/lib/libgcc_s.so" ]; then
|
||||
pkgname="gcc-libs"
|
||||
echo "Installing ${pkgname} for CGCT..."
|
||||
curl -L "https://archlinux.org/packages/core/${ARCH}/${pkgname}/download/" -o "${TMPDIR_CGCT}/${pkgname}.pkg.zstd"
|
||||
#curl -L "https://archlinux.org/packages/core/${ARCH}/${pkgname}/download/" -o "${TMPDIR_CGCT}/${pkgname}.pkg.zstd"
|
||||
termux_download "https://archive.archlinux.org/packages/g/gcc-libs/gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst" \
|
||||
"${TMPDIR_CGCT}/${pkgname}.pkg.zstd" \
|
||||
"6eedd2e4afc53e377b5f1772b5d413de3647197e36ce5dc4a409f993668aa5ed"
|
||||
tar --use-compress-program=unzstd -xf "${TMPDIR_CGCT}/${pkgname}.pkg.zstd" -C "${TMPDIR_CGCT}" usr/lib
|
||||
cp -r "${TMPDIR_CGCT}/usr/lib/"* "${CGCT_DIR}/lib"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user