This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -euxo pipefail | |
| # Update package lists | |
| sudo apt update -y | |
| # Install required packages | |
| sudo apt install -y wget gnupg2 lsb-release | |
| # Download and install the AMDGPU ROCm installer package |