Update tracktor.sh

This commit is contained in:
Tobias 2025-08-07 15:06:38 +02:00 committed by Push From Github
parent 93f4d570ea
commit 953226cb5b

View File

@ -38,7 +38,7 @@ function update_script() {
setup_nodejs setup_nodejs
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor"
cd /opt/tracktor cd /opt/tracktor
$STD npm cache clean --force rm package-lock.json
$STD npm install $STD npm install
$STD npm run build $STD npm run build
msg_ok "Updated $APP" msg_ok "Updated $APP"