Update amdgpu.sh

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

View File

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