Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ct/domain-locker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function update_script() {
msg_info "Service stopped"

PG_VERSION="17" setup_postgresql
setup_nodejs
NODE_VERSION="22" setup_nodejs
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"

msg_info "Installing Modules (patience)"
Expand Down
2 changes: 1 addition & 1 deletion ct/tracktor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EOF
fi
msg_ok "Corrected Services"

setup_nodejs
NODE_VERSION="22" setup_nodejs
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor"

msg_info "Updating tracktor"
Expand Down
2 changes: 1 addition & 1 deletion install/tracktor-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setting_up_container
network_check
update_os

setup_nodejs
NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor"

msg_info "Configuring Tracktor"
Expand Down