Update tududi
This commit is contained in:
parent
a3721664c1
commit
ed46b1ac92
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user