test jotty

This commit is contained in:
CanbiZ (MickLesk) 2026-01-22 16:22:30 +01:00
parent 51a799c7d5
commit 1ffd81531c

View File

@ -15,7 +15,7 @@ update_os
NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs
#fetch_and_deploy_gh_release "jotty" "fccview/jotty" "tarball" "latest" "/opt/jotty" #fetch_and_deploy_gh_release "jotty" "fccview/jotty" "tarball" "latest" "/opt/jotty"
wget -q https://github.com/fccview/jotty/releases/download/untagged-c9147656f5ebbb45b023/jotty-prebuild-develop.tar.gz -O /tmp/jotty.tar.gz 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 --strip-components=1
msg_info "Setup jotty" msg_info "Setup jotty"