From 737b7d8ab722a85ea659b72757017845d6dc3c9c Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 16 Sep 2023 19:53:24 +0300 Subject: [PATCH] Update amdgpu.sh --- amdgpu.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/amdgpu.sh b/amdgpu.sh index d18a124..91513be 100644 --- a/amdgpu.sh +++ b/amdgpu.sh @@ -16,6 +16,18 @@ cd ./mesa wget --recursive --no-parent -R "*20.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/23.20/amdgpu/ubuntu/pool/main/m/mesa-amdgpu/ # Return to AMDGPU MIRROR cd ../ +# amdgpu wayland dir (depends only) +mkdir -p ./wayland-amdgpu +cd ./wayland-amdgpu +wget --recursive --no-parent -R "*20.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/23.20/amdgpu/ubuntu/pool/main/w/wayland-amdgpu/ +# Return to AMDGPU MIRROR +cd ../ +# amdgpu wayland protocols dir (depends only) +mkdir -p ./wayland-protocols-amdgpu +cd ./wayland-protocols-amdgpu +wget --recursive --no-parent -R "*20.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/23.20/amdgpu/ubuntu/pool/main/w/wayland-protocols-amdgpu/ +# Return to AMDGPU MIRROR +cd ../ # amdgpu proprietary dir mkdir -p ./proprietary cd ./proprietary