Update amdgpu.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-02 22:35:33 +03:00 committed by GitHub
parent 8686040c66
commit 8693f40162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ mkdir -p ./output
find . -name \*.deb -exec cp -vf {} ./output \;
# Sign the packages
mv -v ./output/*.deb ./output/*-$(date +"%Y%m%d")-.deb
dpkg-sig --sign builder ./output/*.deb
# Pull down existing ppa repo db files etc