fix
This commit is contained in:
parent
bc1fb08584
commit
b672074d38
@ -15,11 +15,12 @@ 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"
|
||||||
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
|
|
||||||
|
|
||||||
msg_info "Setup jotty"
|
msg_info "Setup jotty"
|
||||||
|
mkdir -p /opt/jotty
|
||||||
|
wget -q https://github.com/fccview/jotty/releases/download/develop/jotty-prebuild-develop.tar.gz -O /opt/jotty.tar.gz
|
||||||
|
cd /opt/jotty
|
||||||
|
tar -xzf jotty.tar.gz
|
||||||
|
|
||||||
cd /opt/jotty
|
cd /opt/jotty
|
||||||
# unset NODE_OPTIONS
|
# unset NODE_OPTIONS
|
||||||
# export NODE_OPTIONS="--max-old-space-size=3072"
|
# export NODE_OPTIONS="--max-old-space-size=3072"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user