Update external-oibaf.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-01 22:50:32 +03:00 committed by GitHub
parent 070d9e704e
commit 2bc49724f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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