Update amdgpu.sh
This commit is contained in:
parent
d209d14bae
commit
38d8a397ba
@ -37,7 +37,7 @@ for i in ./*.deb
|
||||
do
|
||||
mkdir $i-tmp
|
||||
dpkg-deb -R $i $i-tmp
|
||||
sed -i "s#$(cat $i-tmp/DEBIAN/control | grep "Version: ")#$(cat $i-tmp/DEBIAN/control | grep "Version: ")-pika$(date +"%Y%m%d").lunar#" $i-tmp/DEBIAN/control
|
||||
sed -i "s#$(cat $i-tmp/DEBIAN/control | grep Version: | head -n1 | cut -d":" -f2 | tr -d ' ')#$(cat $i-tmp/DEBIAN/control | grep Version: | head -n1 | cut -d":" -f2 | tr -d ' ')-pika$(date +"%Y%m%d").lunar2#" $i-tmp/DEBIAN/control
|
||||
dpkg-deb -b $i-tmp $i-fixed.deb
|
||||
done
|
||||
cd ../
|
||||
|
Loading…
Reference in New Issue
Block a user