From 564b67d1fe615bbca77a342aca1020e30b6bf045 Mon Sep 17 00:00:00 2001 From: Danil Shaymurzin Date: Sun, 30 Oct 2022 20:04:57 +0300 Subject: [PATCH] perf: use curl flags for the security --- subdomains/www/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subdomains/www/index.md b/subdomains/www/index.md index cbbd635..f931eff 100644 --- a/subdomains/www/index.md +++ b/subdomains/www/index.md @@ -15,7 +15,7 @@ features: ```bash # install Volta -curl https://get.volta.sh | bash +curl -sSf https://get.volta.sh | bash # install Node volta install node