From 00643cf2bf9a67bddc07ded87249393b12b39db8 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 13:50:55 +0500 Subject: [PATCH] better compression --- buildscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript.sh b/buildscript.sh index 0c33ae4..908d23d 100644 --- a/buildscript.sh +++ b/buildscript.sh @@ -101,4 +101,4 @@ cp -v bin/rootlessport podman-deb/usr/local/bin/ # ofc the permission chmod 755 podman-deb/usr/local/bin/* -dpkg-deb --build podman-deb build +dpkg-deb --build --compression=zstd podman-deb build