This commit is contained in:
MickLesk 2026-01-22 18:16:40 +01:00
parent 84922f5d46
commit 36ba002329

View File

@ -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