From 36ba0023296f99c6d3b61da15359064d77865736 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 22 Jan 2026 18:16:40 +0100 Subject: [PATCH] test --- install/jotty-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jotty-install.sh b/install/jotty-install.sh index df98e70f9..fff981cac 100644 --- a/install/jotty-install.sh +++ b/install/jotty-install.sh @@ -17,7 +17,7 @@ NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs #fetch_and_deploy_gh_release "jotty" "fccview/jotty" "tarball" "latest" "/opt/jotty" mkdir -p /opt/jotty wget -q https://github.com/fccview/jotty/releases/download/develop/jotty-prebuild-develop.tar.gz -O /tmp/jotty.tar.gz -tar -xzf /tmp/jotty.tar.gz -C /opt/jotty --strip-components=1 +tar -xzf /tmp/jotty.tar.gz -C /opt/jotty msg_info "Setup jotty" cd /opt/jotty