diff --git a/amdgpu.sh b/amdgpu.sh index c19941a..2c8cee2 100644 --- a/amdgpu.sh +++ b/amdgpu.sh @@ -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 ../