This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-01 20:59:47 +03:00 committed by GitHub
parent be98b89845
commit d4dd37143c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,10 @@ if [ ! -z "$PPP32" ]
then
dpkg --add-architecture i386
apt update -o APT::Architecture="i386" -o APT::Architectures="i386" -y --allow-unauthenticated
apt download $PPP32 -o APT::Architecture="i386" -o APT::Architectures="i386" -y --target-release 'o=LP-PPA-oibaf-graphics-drivers'
for i in $(echo $PPP32)
do
apt download $i -o APT::Architecture="i386" -o APT::Architectures="i386" -y --target-release 'o=LP-PPA-oibaf-graphics-drivers'
done
rm -rfv ./*all.deb
else
echo "i386 Repos are synced"