mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 00:13:17 +08:00
Created Install preparations (markdown)
20
Install-preparations.md
Normal file
20
Install-preparations.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# 1. Ubuntu:
|
||||||
|
|
||||||
|
```
|
||||||
|
apt-get install openssl cron netcat-openbsd curl
|
||||||
|
```
|
||||||
|
|
||||||
|
Either `netcat` or `netcat-openbsd` is also working.
|
||||||
|
```
|
||||||
|
apt-get install netcat
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# 2. CentOS
|
||||||
|
|
||||||
|
```
|
||||||
|
yum -q -y install openssl crontabs nc curl
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user