This commit is contained in:
parent
d4dd37143c
commit
ec60f74b40
@ -27,7 +27,7 @@ then
|
|||||||
apt update -o APT::Architecture="i386" -o APT::Architectures="i386" -y --allow-unauthenticated
|
apt update -o APT::Architecture="i386" -o APT::Architectures="i386" -y --allow-unauthenticated
|
||||||
for i in $(echo $PPP32)
|
for i in $(echo $PPP32)
|
||||||
do
|
do
|
||||||
apt download $i -o APT::Architecture="i386" -o APT::Architectures="i386" -y --target-release 'o=LP-PPA-oibaf-graphics-drivers'
|
apt download $i -o APT::Architecture="i386" -o APT::Architectures="i386" -y --target-release 'o=LP-PPA-oibaf-graphics-drivers' || true
|
||||||
done
|
done
|
||||||
rm -rfv ./*all.deb
|
rm -rfv ./*all.deb
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user