From f3cf15afb58f71420256445730add6e543c3ac10 Mon Sep 17 00:00:00 2001 From: Lucas Gonze Date: Tue, 20 May 2025 16:01:41 -0400 Subject: [PATCH] Bug: quick install script returns HTML #7 Signed-off-by: Lucas Gonze --- orc8r-deployer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc8r-deployer/README.md b/orc8r-deployer/README.md index e0c4a34..dea92d4 100644 --- a/orc8r-deployer/README.md +++ b/orc8r-deployer/README.md @@ -9,7 +9,7 @@ The Orc8r Deployer has two primary approaches: This document describes the Quick install process: https://magma.github.io/magma/docs/next/orc8r/deploy_using_ansible ```bash -sudo bash -c "$(curl -sL https://github.com/magma/magma-deployer/raw/main/deploy-orc8r.sh)" +sudo bash -c "$(curl -sL https://raw.githubusercontent.com/magma/magma-deployer/refs/heads/main/orc8r-deployer/deploy-orc8r.sh)" ``` ## Customized Deployer