From cf093f2e9af47674dc4a30da1b9385cf6b0d7766 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 13 Jun 2024 20:51:03 -0700 Subject: [PATCH] fix: hotfix install to use GH (#5371) Refs #5370 --- scripts/gateway-systemd-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/gateway-systemd-install.sh b/scripts/gateway-systemd-install.sh index 59ec18863..60fe3213b 100755 --- a/scripts/gateway-systemd-install.sh +++ b/scripts/gateway-systemd-install.sh @@ -11,7 +11,9 @@ RUST_LOG=${RUST_LOG:-str0m=warn,info} # Can be used to download a specific version of the gateway from a custom URL FIREZONE_VERSION=${FIREZONE_VERSION:-latest} -FIREZONE_ARTIFACT_URL=${FIREZONE_ARTIFACT_URL:-https://www.firezone.dev/dl/firezone-gateway} +# See https://github.com/firezone/firezone/issues/5370 +# FIREZONE_ARTIFACT_URL=${FIREZONE_ARTIFACT_URL:-https://www.firezone.dev/dl/firezone-gateway} +FIREZONE_ARTIFACT_URL=https://www.firezone.dev/dl/firezone-gateway # Optional environment variables to configure logging and tracing FIREZONE_OTLP_GRPC_ENDPOINT=${OTLP_GRPC_ENDPOINT:-}