revert insecure curl

This commit is contained in:
Daniel Hansson 2017-05-05 19:11:49 +02:00 committed by GitHub
parent 3aae3456c0
commit f1f52fee2d

View File

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