Skip to content

Commit

Permalink
Fixing gpg command
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Oct 9, 2023
1 parent 5fcc543 commit 0e2d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ do
OS="$(lsb_release -sc)"
fi
try "Download ROCM key" wget https://repo.radeon.com/rocm/rocm.gpg.key -O rocm.gpg.key
try "De-armoring the key" gpg --dearmor rocm.gpg.key --output rocm.gpg
try "De-armoring the key" gpg --output rocm.gpg --dearmor rocm.gpg.key
try "Create keyrings dir" $SUDO mkdir --parents --mode=0755 /etc/apt/keyrings
try "Planting ROCM key" $SUDO mv rocm.gpg /etc/apt/keyrings/rocm.gpg
if ! $SMALL
Expand Down

0 comments on commit 0e2d90f

Please sign in to comment.