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 36f65e1 commit e7b3803Copy full SHA for e7b3803
scripts/actions/install-rocm-ubuntu.sh
@@ -90,7 +90,7 @@ ROCM_GPG_KEYRING=${KEYRINGS_DIR}/rocm.gpg
90
91
echo "Adding ROCm Repository:"
92
wget ${GPG_URL} -O - | \
93
- gpg --dearmor | $USE_SUDO tee ${ROCM_GPG_KEYRING}
+ gpg --dearmor | $USE_SUDO tee ${ROCM_GPG_KEYRING} > /dev/null
94
echo "deb [arch=amd64 signed-by=${ROCM_GPG_KEYRING}] ${REPO_URL} ${LINUX_CODENAME} main" \
95
| $USE_SUDO tee /etc/apt/sources.list.d/rocm.list
96
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \
0 commit comments