From 2bc49724f85adea0ecf4150d31bdb193e19cecf7 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:50:32 +0300 Subject: [PATCH] Update external-oibaf.sh --- external-oibaf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-oibaf.sh b/external-oibaf.sh index 9a5cab6..ef8db5d 100644 --- a/external-oibaf.sh +++ b/external-oibaf.sh @@ -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"