From 331d383524890ee5f20755efd5e045331954c78c Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sun, 3 Sep 2023 00:07:13 +0300 Subject: [PATCH] Update amdgpu.sh --- amdgpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../