From ef659774d717e33f8edd618207d59779fc994fe2 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 4 Oct 2023 04:57:24 -0700 Subject: [PATCH] fix curl name for hugo script Signed-off-by: Sophia Atkinson --- scripts/unattended/hugoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unattended/hugoinstall.sh b/scripts/unattended/hugoinstall.sh index 68f23e5..d0ad414 100644 --- a/scripts/unattended/hugoinstall.sh +++ b/scripts/unattended/hugoinstall.sh @@ -21,7 +21,7 @@ if [ -n "$(uname -a | grep armv6l)" ]; then fi if [ -n "$(uname -a | grep armv7l)" ]; then - curl -fsSL -o "/tmp/hugo/hugo_extended_"$VER"-arm.tar.gz" "https://github.com/gohugoio/hugo/releases/download/v$VER/hugo_"$VER"-arm.tar.gz" + curl -fsSL -o "/tmp/hugo/hugo_"$VER"-arm.tar.gz" "https://github.com/gohugoio/hugo/releases/download/v$VER/hugo_"$VER"-arm.tar.gz" echo "Hugo Extended is not supported on armv7l, Installing Hugo standard" fi cd /tmp/hugo/