This commit is contained in:
CanbiZ 2025-08-25 09:52:03 +02:00
commit ddf02ed9da
3 changed files with 6 additions and 2 deletions

6
ct/headers/autocaliweb Normal file
View File

@ -0,0 +1,6 @@
___ __ ___ __
/ | __ __/ /_____ _________ _/ (_) _____ / /_
/ /| |/ / / / __/ __ \/ ___/ __ `/ / / | /| / / _ \/ __ \
/ ___ / /_/ / /_/ /_/ / /__/ /_/ / / /| |/ |/ / __/ /_/ /
/_/ |_\__,_/\__/\____/\___/\__,_/_/_/ |__/|__/\___/_.___/

View File

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

View File

@ -18,7 +18,6 @@ fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest"
msg_info "Configuring Tracktor"
cd /opt/tracktor
rm package-lock.json
$STD npm install
$STD npm run build
mkdir /opt/tracktor-data