mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-03 19:52:10 +08:00
Updated Install preparations (markdown)
@@ -1,17 +1,16 @@
|
||||
# 1. Ubuntu:
|
||||
|
||||
The default `netcat` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options.
|
||||
|
||||
```
|
||||
apt-get install openssl cron netcat-openbsd curl
|
||||
```
|
||||
|
||||
Or install `netcat`.
|
||||
```
|
||||
apt-get install netcat
|
||||
```
|
||||
|
||||
|
||||
# 2. CentOS
|
||||
|
||||
The default `nc` tool doesn't support `-4` , `-6` and local address, So, please install `netcat-openbsd` to support all the options.
|
||||
|
||||
```
|
||||
yum -q -y install openssl crontabs netcat-openbsd curl
|
||||
```
|
||||
@@ -21,10 +20,6 @@ For centos 5:
|
||||
yum -q -y install openssl vixie-cron netcat-openbsd curl
|
||||
```
|
||||
|
||||
Or install `nc`
|
||||
```
|
||||
yum -q -y install nc
|
||||
```
|
||||
|
||||
# 3. alpine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user