From 25437bd3afea656a4b320cde5f98c27c8f4c8220 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 24 Aug 2023 21:08:10 +0100 Subject: [PATCH] Update rocm.sh --- rocm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocm.sh b/rocm.sh index 37c8fa4..e56c27b 100644 --- a/rocm.sh +++ b/rocm.sh @@ -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