apply requested changes

This commit is contained in:
Tom Frenzel
2025-12-14 17:25:10 +01:00
parent 924a67a69c
commit 227b7fa88d
2 changed files with 4 additions and 5 deletions

View File

@@ -34,13 +34,12 @@ function update_script() {
systemctl stop kutt
msg_ok "Stopped services"
fetch_and_deploy_gh_release "kutt" "thedevs-network/kutt" "tarball" "latest"
msg_info "Configuring Kutt"
cd /opt/kutt
npm install
npm run migrate
$STD npm install
$STD npm run migrate
msg_ok "Configured Kutt"
msg_info "Starting services"