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