This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-24 21:23:02 +03:00 committed by GitHub
parent 84c83fe56d
commit 6934c58fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ 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 | grep -vE "system76-driver-nvidia|system76-wallpapers" | tr '\n' ' ')
if [[ ! -z $PPP ]]
then
apt download $() -y
apt download $PPP -y
else
echo "Repos are synced"
exit 0

View File

@ -25,7 +25,7 @@ apt update -y
PPP=$(../../ppp https://ppa.pika-os.com/dists/lunar/rocm/binary-amd64/Packages http://repo.radeon.com/rocm/apt/5.6/dists/jammy/main/binary-amd64/Packages | tr '\n' ' ')
if [[ ! -z $PPP ]]
then
apt download $() -y
apt download $PPP -y
else
echo "Repos are synced"
exit 0