From 18851959fcc698882ffbf44404fb5eafe1611ddd Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:51:41 +0300 Subject: [PATCH] --- rocm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rocm.sh b/rocm.sh index 9c27fab..70c2eff 100644 --- a/rocm.sh +++ b/rocm.sh @@ -19,7 +19,8 @@ rm -rf /etc/apt/preferences.d/*pika* # Get ROCm pool echo 'deb [arch=amd64 trusted=yes] https://repo.radeon.com/rocm/apt/5.6 jammy main' | sudo tee /etc/apt/sources.list.d/rocm.list -apt update -y --allow-unauthenticated +wget -O - http://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - +apt update -y apt download $(../../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' ' ') -y # Return to ROCm MIRROR