diff --git a/infrastructure_files/getting-started-enterprise.sh b/infrastructure_files/getting-started-enterprise.sh index b6d7fa233..135440180 100755 --- a/infrastructure_files/getting-started-enterprise.sh +++ b/infrastructure_files/getting-started-enterprise.sh @@ -9,7 +9,7 @@ set -o pipefail SED_STRIP_PADDING='s/=//g' -NETBIRD_EULA_URL="https://trust.netbird.io/?tab=reports-and-documents" +NETBIRD_EULA_URL="https://netbird.io/self-hosted-EULA" check_docker_compose() { if command -v docker-compose &> /dev/null; then @@ -150,8 +150,8 @@ require_eula_acceptance() { ────────────────────────────────────────────────────────────────────── NetBird's on-premise software is commercial software, licensed and not sold. Your installation, deployment and use are governed by the NetBird - On-Premise End User License Agreement (the "EULA"). Please read it in - full before continuing — open the "On-Premise EULA" document here: + On-Premise End User License Agreement (the "EULA"). Please read the EULA + in full before continuing: ${NETBIRD_EULA_URL} diff --git a/infrastructure_files/migrate-to-enterprise.sh b/infrastructure_files/migrate-to-enterprise.sh index d2cfbab03..68d102d61 100755 --- a/infrastructure_files/migrate-to-enterprise.sh +++ b/infrastructure_files/migrate-to-enterprise.sh @@ -25,7 +25,7 @@ set -o pipefail OVERRIDE_FILE="docker-compose.override.yml" ENTERPRISE_CONFIG_FILE="config.yaml.enterprise" -NETBIRD_EULA_URL="https://trust.netbird.io/?tab=reports-and-documents" +NETBIRD_EULA_URL="https://netbird.io/self-hosted-EULA" check_docker_compose() { if command -v docker-compose &> /dev/null; then @@ -126,8 +126,8 @@ require_eula_acceptance() { ────────────────────────────────────────────────────────────────────── NetBird's on-premise software is commercial software, licensed and not sold. Your installation, deployment and use are governed by the NetBird - On-Premise End User License Agreement (the "EULA"). Please read it in - full before continuing — open the "On-Premise EULA" document here: + On-Premise End User License Agreement (the "EULA"). Please read the EULA + in full before continuing: ${NETBIRD_EULA_URL}