From 802c9dd9838309a18a8d360b1185ff93809ce451 Mon Sep 17 00:00:00 2001 From: DC Martin Date: Mon, 28 Dec 2020 15:22:18 -0800 Subject: [PATCH] Update installer.sh Added 'L' flag to handle moves. --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index e019c0c..38be9ed 100644 --- a/installer.sh +++ b/installer.sh @@ -193,7 +193,7 @@ if [ ! -d "$DATA_SHARE" ]; then fi # Read infos from web -HASSIO_VERSION=$(curl -s $URL_VERSION | jq -e -r '.supervisor') +HASSIO_VERSION=$(curl -sL $URL_VERSION | jq -e -r '.supervisor') ## # Write configuration