Update external-sys76.sh

This commit is contained in:
ferrreo 2023-08-24 21:07:54 +01:00 committed by GitHub
parent 5923d3c053
commit 423e701fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ echo 'deb [arch=amd64 trusted=yes] https://ppa.launchpadcontent.net/system76-dev
apt update -y --allow-unauthenticated
PPP=$(../../ppp https://ppa.pika-os.com/dists/lunar/external/binary-amd64/Packages https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu/dists/lunar/main/binary-amd64/Packages.xz)
if [ ! -z $PPP ]
if [ ! -z "$PPP" ]
then
apt download $PPP -y
else