From 0394a12c9fc559a55294e683d65d361f265c1ac8 Mon Sep 17 00:00:00 2001 From: veeso Date: Sat, 2 Mar 2024 20:42:48 +0100 Subject: [PATCH] fix: install script version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 664171a..221f2c0 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ # -f, -y, --force, --yes # Skip the confirmation prompt during installation -TERMSCP_VERSION="0.12.3" +TERMSCP_VERSION="0.13.0" GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}" DEB_URL_AMD64="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb" DEB_URL_AARCH64="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_arm64.deb"