diff --git a/release.sh b/release.sh index 32afc15..0f2dd43 100755 --- a/release.sh +++ b/release.sh @@ -4,7 +4,8 @@ # Pull down existing ppa repo db files etc #rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo -rsync -azP --exclude '20.04*.deb' http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool ./output/repo +wget http://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool -o ./output/repo +ls ./output/repo # Add the new package to the repo #reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb