From a9c8947cef619f787814b3f968144f5e8c0eee62 Mon Sep 17 00:00:00 2001 From: s2 Date: Fri, 18 Jan 2019 20:32:48 +0100 Subject: [PATCH] curl instead of wget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33cc61e..eb2a5bf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ sshenc.sh uses openssl under the hood, so you need to have that installed in you ## Install ``` -wget https://sshenc.sh/sshenc.sh +curl -O https://sshenc.sh/sshenc.sh chmod +x sshenc.sh ```