Update external-sys76.sh
This commit is contained in:
parent
5923d3c053
commit
423e701fdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user