We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cc544 commit 8504319Copy full SHA for 8504319
install/docker/install-amd-graphics.sh
@@ -33,7 +33,7 @@ fi
33
set -e
34
mkdir -p /tmp/amd
35
cd /tmp/amd
36
-curl -O -L http://repo.radeon.com/amdgpu-install/latest/ubuntu/$distro/$FILENAME
+curl -O -L https://repo.radeon.com/amdgpu-install/latest/ubuntu/$distro/$FILENAME
37
apt -y update
38
apt -y install rsync
39
dpkg -i $FILENAME
0 commit comments