From 5bc22e166e9b52fe0a3030380e62c387c53c9081 Mon Sep 17 00:00:00 2001 From: Ahmad Asaad Date: Mon, 28 Oct 2024 07:14:01 +0200 Subject: [PATCH] build: remove comment hash --- build/deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deb.sh b/build/deb.sh index c0c2786..9cd5071 100755 --- a/build/deb.sh +++ b/build/deb.sh @@ -39,4 +39,4 @@ while getopts ":v:a:t:" option; do done echo "termux-create-package pkg/$arch.json --pkg-version $version" -#termux-create-package pkg/$arch.json --pkg-version $version +termux-create-package pkg/$arch.json --pkg-version $version