mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
revert insecure curl
This commit is contained in:
parent
3aae3456c0
commit
f1f52fee2d
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user