From d514c841932fffac840202c15b4b3b99f5284b47 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 15 Feb 2024 08:04:47 -0500 Subject: [PATCH] Update homeassistant-core.sh tweak --- ct/homeassistant-core.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 884346fb..d6fac29a 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -107,6 +107,7 @@ function update_script() { exit fi if [ "$UPD" == "3" ]; then + set +Eeuo pipefail read -r -p "Would you like to use No Authentication? " prompt msg_info "Installing FileBrowser" RELEASE=$(curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g')