Update tududi

This commit is contained in:
vhsdream 2025-07-25 08:52:17 -04:00
parent a3721664c1
commit ed46b1ac92
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ function update_script() {
msg_info "Updating ${APP}"
cp /opt/tududi/backend/.env /opt/tududi.env
rm -rf /opt/tududi/backend/dist
fetch_and_deploy_gh_release "tududi" "chrisvel/tududi"
cd /opt/tududi

View File

@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y sqlite3
$STD apt-get install -y sqlite3 yq
msg_ok "Installed Dependencies"
NODE_VERSION="20" setup_nodejs