From d4dd37143c8bd3770bf00164149a1bff4bec332f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:59:47 +0300 Subject: [PATCH] --- external-oibaf.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/external-oibaf.sh b/external-oibaf.sh index 5b20ee1..1602fe7 100644 --- a/external-oibaf.sh +++ b/external-oibaf.sh @@ -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"