Skip to content

Instantly share code, notes, and snippets.

#!/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