From 2dd0d46be4c8fd9539f8b11a7043a802d16f325f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:01:20 +0300 Subject: [PATCH] --- release.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index 4dc6272..43ad096 100755 --- a/release.sh +++ b/release.sh @@ -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