Update debian-install.sh

This commit is contained in:
CanbiZ 2025-05-08 08:59:33 +02:00
parent c285e34034
commit ddff24d211

View File

@ -20,8 +20,8 @@ update_os
# Example Setting for Test
#NODE_MODULE="pnpm@10.1,yarn"
RELEASE=$(curl_handler -fsSL https://api.github.com/repos/babybuddys/babybuddy/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
NODE_VERSION="22" NODE_MODULE="yarn" install_node_and_modules
msg_ok "Get Release $RELEASE"
#NODE_VERSION="22" NODE_MODULE="yarn" install_node_and_modules
#PG_VERSION="15"
#MARIADB_VERSION="10.11"