Update installer.sh

Added 'L' flag to handle moves.
This commit is contained in:
DC Martin 2020-12-28 15:22:18 -08:00 committed by GitHub
parent e2a66e35d3
commit 802c9dd983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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