mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
Updated Install preparations (markdown)
@@ -33,3 +33,13 @@ The default `nc` tool doesn't support `-4` , `-6` and local address, So, please
|
||||
```
|
||||
apk --no-cache add -f openssl curl netcat-openbsd
|
||||
```
|
||||
|
||||
|
||||
# 4. kalilinux
|
||||
|
||||
The default `netcat` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options.
|
||||
|
||||
```
|
||||
apt-get -qqy install openssl cron netcat-openbsd curl
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user