This commit is contained in:
parent
f04c47946b
commit
c23ca85467
19
release.sh
19
release.sh
@ -9,9 +9,26 @@ set -e
|
|||||||
|
|
||||||
apt install -y tree
|
apt install -y tree
|
||||||
|
|
||||||
|
# AMDGPU MIRROR
|
||||||
mkdir -p ./output/amdgpu
|
mkdir -p ./output/amdgpu
|
||||||
cd ./output/amdgpu
|
cd ./output/amdgpu
|
||||||
wget --recursive --no-parent -m http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool/
|
# amdgpu-dkms-firmware dir
|
||||||
|
mkdir -p ./amdgpu-dkms-firmware
|
||||||
|
cd ./amdgpu-dkms-firmware
|
||||||
|
wget http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool/main/a/amdgpu-dkms/amdgpu-dkms_6.0.5.50503-1620033.20.04_all.deb
|
||||||
|
# Retrun to AMDGPU MIRROR
|
||||||
|
cd ../
|
||||||
|
# amdgpu drm dir
|
||||||
|
mkdir -p ./libd
|
||||||
|
cd ./libd
|
||||||
|
wget --recursive --no-parent -R "20.04*.deb" -m http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool/main/libd/
|
||||||
|
# Retrun to AMDGPU MIRROR
|
||||||
|
cd ../
|
||||||
|
# amdgpu proprietary dir
|
||||||
|
mkdir -p ./proprietary
|
||||||
|
cd ./proprietary
|
||||||
|
wget --recursive --no-parent -R "20.04*.deb" -m https://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool/proprietary/
|
||||||
|
# Check final result
|
||||||
tree
|
tree
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Add the new package to the repo
|
||||||
|
Loading…
Reference in New Issue
Block a user