From f1f52fee2de72ddd87f727f1a4235650dc04206d Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 5 May 2017 19:11:49 +0200 Subject: [PATCH] revert insecure curl --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/