Update amdgpu.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-02 23:41:44 +03:00 committed by GitHub
parent 564e633c34
commit 33b9941974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ do
mkdir $i-tmp
dpkg-deb -R $i $i-tmp
cat $i-tmp/DEBIAN/control | grep Version: | head -n1 | cut -d":" -f2 | tr -d ' ' > $i-version
sed -i "s#$(cat $i-version)#$(cat $i-version)-pika$(date +"%Y%m%d").lunar2#" $i-tmp/DEBIAN/control
sed -i "s#$(cat $i-version)#$(cat $i-version)-99pika.lunar2#" $i-tmp/DEBIAN/control
dpkg-deb -b $i-tmp $i-fixed.deb
done
cd ../