Update amdgpu.sh
This commit is contained in:
parent
665e31c915
commit
331d383524
@ -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)-pika$(date +"%Y%m%d").lunar3#g" $i-tmp/DEBIAN/control
|
||||
dpkg-deb -b $i-tmp $i-fixed.deb
|
||||
done
|
||||
cd ../
|
||||
|
Loading…
Reference in New Issue
Block a user