Skip to content

Commit 8504319

Browse files
committed
install: update amd links
1 parent 61cc544 commit 8504319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/docker/install-amd-graphics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333
set -e
3434
mkdir -p /tmp/amd
3535
cd /tmp/amd
36-
curl -O -L http://repo.radeon.com/amdgpu-install/latest/ubuntu/$distro/$FILENAME
36+
curl -O -L https://repo.radeon.com/amdgpu-install/latest/ubuntu/$distro/$FILENAME
3737
apt -y update
3838
apt -y install rsync
3939
dpkg -i $FILENAME

0 commit comments

Comments
 (0)