Update pigeon-amdgpu.sh
This commit is contained in:
parent
a94f827f59
commit
855c2a6ba7
@ -1,8 +1,8 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
REPO_VERSION="6.1.3"
|
||||
FIRMWARE_VERSION="6.7.0.60103-1787201.22.04"
|
||||
REPO_VERSION="6.2.4"
|
||||
FIRMWARE_VERSION="6.8.5.60204-2070768.24.04"
|
||||
|
||||
# AMDGPU MIRROR
|
||||
mkdir -p ./output/amdgpu
|
||||
@ -10,31 +10,31 @@ cd ./output/amdgpu
|
||||
# amdgpu drm dir
|
||||
mkdir -p ./libd
|
||||
cd ./libd
|
||||
wget --recursive --no-parent -R "*20.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/main/libd/
|
||||
wget --recursive --no-parent -R "*24.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/main/libd/
|
||||
# Return to AMDGPU MIRROR
|
||||
cd ../
|
||||
# amdgpu mesa dir (depends only)
|
||||
mkdir -p ./mesa
|
||||
cd ./mesa
|
||||
wget --recursive --no-parent -R "*20.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/main/m/mesa-amdgpu/
|
||||
wget --recursive --no-parent -R "*24.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/"$REPO_VERSION"/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/"$REPO_VERSION"/ubuntu/pool/main/w/wayland-amdgpu/
|
||||
# Return to AMDGPU MIRROR
|
||||
wget --recursive --no-parent -R "*24.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/main/w/wayland-amdgpu/
|
||||
# Return to AMDGPU MIRRO
|
||||
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/"$REPO_VERSION"/ubuntu/pool/main/w/wayland-protocols-amdgpu/
|
||||
wget --recursive --no-parent -R "*24.04*.deb" -A "*" -m http://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/main/w/wayland-protocols-amdgpu/
|
||||
# Return to AMDGPU MIRROR
|
||||
cd ../
|
||||
# amdgpu proprietary dir
|
||||
mkdir -p ./proprietary
|
||||
cd ./proprietary
|
||||
wget --recursive --no-parent -R "*20.04*.deb" -A "*" -m https://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/proprietary/
|
||||
wget --recursive --no-parent -R "*24.04*.deb" -A "*" -m https://repo.radeon.com/amdgpu/"$REPO_VERSION"/ubuntu/pool/proprietary/
|
||||
# Return to AMDGPU MIRROR
|
||||
cd ../
|
||||
# amdgpu-dkms-firmware dir
|
||||
|
Loading…
Reference in New Issue
Block a user