diff --git a/ct/headers/autocaliweb b/ct/headers/autocaliweb new file mode 100644 index 00000000..a5aa7d63 --- /dev/null +++ b/ct/headers/autocaliweb @@ -0,0 +1,6 @@ + ___ __ ___ __ + / | __ __/ /_____ _________ _/ (_) _____ / /_ + / /| |/ / / / __/ __ \/ ___/ __ `/ / / | /| / / _ \/ __ \ + / ___ / /_/ / /_/ /_/ / /__/ /_/ / / /| |/ |/ / __/ /_/ / +/_/ |_\__,_/\__/\____/\___/\__,_/_/_/ |__/|__/\___/_.___/ + diff --git a/ct/tracktor.sh b/ct/tracktor.sh index 1386344d..c568f28d 100644 --- a/ct/tracktor.sh +++ b/ct/tracktor.sh @@ -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" diff --git a/install/tracktor-install.sh b/install/tracktor-install.sh index 3beefa4b..00c6c1d7 100644 --- a/install/tracktor-install.sh +++ b/install/tracktor-install.sh @@ -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