. /etc/os-release if [[ ! " jammy noble " =~ " ${VERSION_CODENAME} " ]]; then echo "Ubuntu version ${VERSION_CODENAME} not supported" else wget https://repositories.intel.com/gpu/ubuntu/dists/${VERSION_CODENAME}/lts/2523/intel-gpu-ubuntu-${VERSION_CODENAME}-2523.run chmod +x intel-gpu-ubuntu-${VERSION_CODENAME}-2523.run sudo ./intel-gpu-ubuntu-${VERSION_CODENAME}-2523.run fi