From 2ad32d481e565ea3d0fa0e8dc3cbf2e9e6e31f4e Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:24:49 +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 eca3f08..4508038 100644 --- a/amdgpu.sh +++ b/amdgpu.sh @@ -51,7 +51,7 @@ do 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").lunar3#g" $i-tmp/DEBIAN/control - dpkg-deb -b $i-tmp $i-fixed.deb + dpkg-deb -b $i-tmp $i-fixed-$(date +"%Y%m%d").deb done cd ../ mv -v ./output-tmp/*-fixed.deb ./output/