This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-23 14:01:20 +03:00 committed by GitHub
parent c45a9dd33a
commit 2dd0d46be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,14 @@
#! /bin/bash
# Sign the packages
#dpkg-sig --sign builder ./output/*.deb
# Pull down existing ppa repo db files etc
#rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
mkdir -p ./output/repo
wget -m http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool
mkdir -p ./output/amdgpu
cd ./output/amdgpu
wget -r -np -nH --cut-dirs=3 -R index.html http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool
ls
# Add the new package to the repo