1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 11:20:05 +02:00

curl instead of wget

This commit is contained in:
s2
2019-01-18 20:32:48 +01:00
parent 9b25ede786
commit a9c8947cef

View File

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