Update rocm.sh

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

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)
if [ ! -z $PPP ]
if [ ! -z "$PPP" ]
then
apt download $PPP -y
else