diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 3d69d68d..52f36598 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -2,7 +2,7 @@ # shellcheck disable=2034,2059 true # shellcheck source=lib.sh -NC_UPDATE=1 . <(curl -sLk https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh) +NC_UPDATE=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh) unset NC_UPDATE # Tech and Me © - 2017, https://www.techandme.se/