From ebef6402bfbaecbeba175a993279f27ca4256010 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 9 Jul 2019 17:01:14 -0500 Subject: [PATCH] Download repo instead --- add-rocm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/add-rocm.sh b/add-rocm.sh index 00c644f..e5e6130 100755 --- a/add-rocm.sh +++ b/add-rocm.sh @@ -37,9 +37,9 @@ if [ -e /sys/module/amdgpu/version ]; then KERNEL_SRC_VERSION=$(cat /sys/module/amdgpu/srcversion) if [ "$KERNEL_VERSION" == "18.30.2.15" ]; then - add_local_repo http://repo.radeon.com/rocm/archive/apt_1.9.2.tar.bz2 + download_repo http://repo.radeon.com/rocm/archive/apt_1.9.2.tar.bz2 elif [ "$KERNEL_VERSION" == "19.10.0.418" ]; then - add_local_repo http://repo.radeon.com/rocm/archive/apt_2.0.0.tar.bz2 + download_repo http://repo.radeon.com/rocm/archive/apt_2.0.0.tar.bz2 elif [ "$KERNEL_VERSION" == "19.10.7.418" ]; then add_repo http://repo.radeon.com/rocm/apt/2.1 elif [ "$KERNEL_VERSION" == "19.10.8.418" ]; then