Update pigeon-amdgpu.sh
This commit is contained in:
parent
a94f827f59
commit
855c2a6ba7
@ -1,8 +1,8 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
REPO_VERSION="6.1.3"
|
REPO_VERSION="6.2.4"
|
||||||
FIRMWARE_VERSION="6.7.0.60103-1787201.22.04"
|
FIRMWARE_VERSION="6.8.5.60204-2070768.24.04"
|
||||||
|
|
||||||
# AMDGPU MIRROR
|
# AMDGPU MIRROR
|
||||||
mkdir -p ./output/amdgpu
|
mkdir -p ./output/amdgpu
|
||||||
@ -10,31 +10,31 @@ cd ./output/amdgpu
|
|||||||
# amdgpu drm dir
|
# amdgpu drm dir
|
||||||
mkdir -p ./libd
|
mkdir -p ./libd
|
||||||
cd ./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
|
# Return to AMDGPU MIRROR
|
||||||
cd ../
|
cd ../
|
||||||
# amdgpu mesa dir (depends only)
|
# amdgpu mesa dir (depends only)
|
||||||
mkdir -p ./mesa
|
mkdir -p ./mesa
|
||||||
cd ./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
|
# Return to AMDGPU MIRROR
|
||||||
cd ../
|
cd ../
|
||||||
# amdgpu wayland dir (depends only)
|
# amdgpu wayland dir (depends only)
|
||||||
mkdir -p ./wayland-amdgpu
|
mkdir -p ./wayland-amdgpu
|
||||||
cd ./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/
|
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 MIRROR
|
# Return to AMDGPU MIRRO
|
||||||
cd ../
|
cd ../
|
||||||
# amdgpu wayland protocols dir (depends only)
|
# amdgpu wayland protocols dir (depends only)
|
||||||
mkdir -p ./wayland-protocols-amdgpu
|
mkdir -p ./wayland-protocols-amdgpu
|
||||||
cd ./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
|
# Return to AMDGPU MIRROR
|
||||||
cd ../
|
cd ../
|
||||||
# amdgpu proprietary dir
|
# amdgpu proprietary dir
|
||||||
mkdir -p ./proprietary
|
mkdir -p ./proprietary
|
||||||
cd ./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
|
# Return to AMDGPU MIRROR
|
||||||
cd ../
|
cd ../
|
||||||
# amdgpu-dkms-firmware dir
|
# amdgpu-dkms-firmware dir
|
||||||
|
Loading…
Reference in New Issue
Block a user