Update palmr

This commit is contained in:
vhsdream
2025-08-04 18:11:30 -04:00
parent 970596be40
commit 64b5e2f2b7
3 changed files with 13 additions and 5 deletions

View File

@@ -13,7 +13,11 @@ setting_up_container
network_check
update_os
fetch_and_deploy_gh_release "Palmr" "kyantech/Palmr" "tarball" "v3.1.4-beta" "/opt/palmr"
msg_info "Installing dependencies"
$STD apt-get install yq -y
msg_ok "Installed dependencies"
fetch_and_deploy_gh_release "Palmr" "kyantech/Palmr" "tarball" "latest" "/opt/palmr"
PNPM="$(jq -r '.packageManager' /opt/palmr/package.json)"
NODE_VERSION="20" NODE_MODULE="$PNPM" setup_nodejs