This commit is contained in:
parent
c23ca85467
commit
a7406a6ab9
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: PikaOS Package Release
|
||||
name: PikaOS Radeon AMDGPU Sync
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Release Package
|
||||
run: ./release.sh
|
||||
run: ./amdgpu.sh
|
||||
|
||||
- name: Purge cache
|
||||
uses: jakejarvis/cloudflare-purge-action@master
|
||||
|
2
release.sh → amdgpu.sh
Executable file → Normal file
2
release.sh → amdgpu.sh
Executable file → Normal file
@ -28,6 +28,8 @@ cd ../
|
||||
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/
|
||||
# Retrun to AMDGPU MIRROR
|
||||
cd ../
|
||||
# Check final result
|
||||
tree
|
||||
|
Loading…
Reference in New Issue
Block a user