Workaround for zstd

The procursus team decided to use zstd as a compression for their deb to make deb unusable on unc0ver so i made the migration part first install zstd support before doing the migration.
This commit is contained in:
Yaya4 2021-03-16 23:07:12 +01:00 committed by GitHub
parent 95e0b3e92c
commit 5c3c2c6246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ else
mkdir /tmp/zstd-support/ mkdir /tmp/zstd-support/
cd /tmp/zstd-support/ cd /tmp/zstd-support/
apt download libintl8 liblzma5 lz4 xz liblz4-1 xz-utils apt download libintl8 liblzma5 lz4 xz liblz4-1 xz-utils
wget https://apt.procurs.us/pool/main/iphoneos-arm64/${CFVER}/libzstd1_1.4.7_iphoneos-arm.deb wget -q https://apt.procurs.us/pool/main/iphoneos-arm64/${CFVER}/libzstd1_1.4.7_iphoneos-arm.deb --no-check-certificate
wget https://apt.procurs.us/pool/main/iphoneos-arm64/${CFVER}/zstd_1.4.7_iphoneos-arm.deb wget -q https://apt.procurs.us/pool/main/iphoneos-arm64/${CFVER}/zstd_1.4.7_iphoneos-arm.deb --no-check-certificate
dpkg -i --force-all *.deb dpkg -i --force-all *.deb
cd /tmp/procursus-migration cd /tmp/procursus-migration
apt download libzstd1 apt libapt-pkg6.0 xz-utils liblzma5 libncursesw6 ncurses-term libxxhash0 libxxhash-dev libgcrypt20 libgpg-error0 dpkg apt download libzstd1 apt libapt-pkg6.0 xz-utils liblzma5 libncursesw6 ncurses-term libxxhash0 libxxhash-dev libgcrypt20 libgpg-error0 dpkg