Update fetch.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 22:40:24 +02:00
parent 56cb12939c
commit 92b8ff3692

View File

@ -36,7 +36,6 @@ do
else
for i in ./*.deb
do
rm -rfv ./output/* || true
mkdir $i-tmp
dpkg-deb -R $i $i-tmp
sed -i "s#$BIN_VERSION#$TARGET_VERSION#g" $i-tmp/DEBIAN/control