From 3b80730873f18a441ae47a64a6da4cfc42ce97e7 Mon Sep 17 00:00:00 2001 From: Johann Grobe <123082619+johanngrobe@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:53:10 +0100 Subject: [PATCH] update github repo for endurain (#10074) * update repo source in endurain-install * update repo for endurain --- ct/endurain.sh | 4 ++-- install/endurain-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/endurain.sh b/ct/endurain.sh index 1ee6b968ab..88cc44cd36 100644 --- a/ct/endurain.sh +++ b/ct/endurain.sh @@ -28,7 +28,7 @@ function update_script() { msg_error "No ${APP} installation found!" exit 1 fi - if check_for_gh_release "endurain" "joaovitoriasilva/endurain"; then + if check_for_gh_release "endurain" "endurain-project/endurain"; then msg_info "Stopping Service" systemctl stop endurain msg_ok "Stopped Service" @@ -38,7 +38,7 @@ function update_script() { cp /opt/endurain/frontend/app/dist/env.js /opt/endurain.env.js msg_ok "Created Backup" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "endurain" "joaovitoriasilva/endurain" "tarball" "latest" "/opt/endurain" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "endurain" "endurain-project/endurain" "tarball" "latest" "/opt/endurain" msg_info "Preparing Update" cd /opt/endurain diff --git a/install/endurain-install.sh b/install/endurain-install.sh index 12d3d22a36..464d49b27a 100644 --- a/install/endurain-install.sh +++ b/install/endurain-install.sh @@ -22,7 +22,7 @@ NODE_VERSION="24" setup_nodejs PG_VERSION="17" PG_MODULES="postgis" setup_postgresql PG_DB_NAME="enduraindb" PG_DB_USER="endurain" setup_postgresql_db import_local_ip -fetch_and_deploy_gh_release "endurain" "joaovitoriasilva/endurain" "tarball" "latest" "/opt/endurain" +fetch_and_deploy_gh_release "endurain" "endurain-project/endurain" "tarball" "latest" "/opt/endurain" msg_info "Setting up Endurain" cd /opt/endurain