From 54051c47c1d2709b9eb33d32775e9b02f63167bf Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:50:00 +0300 Subject: [PATCH] --- rocm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocm.sh b/rocm.sh index c5d50d4..9c27fab 100644 --- a/rocm.sh +++ b/rocm.sh @@ -19,7 +19,7 @@ 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 +apt update -y --allow-unauthenticated 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