mirror of
https://github.com/TheyCallMeSecond/sing-box-manager.git
synced 2024-11-16 03:32:31 +08:00
Update README.md
This commit is contained in:
parent
859a4337ab
commit
78db06af61
|
@ -5,11 +5,11 @@
|
|||
# **Installation**
|
||||
```
|
||||
#Debian&&Ubuntu
|
||||
apt update && apt -y install curl wget tar socat jq git openssl uuid-runtime build-essential zlib1g-dev libssl-dev libevent-dev
|
||||
apt update && apt -y install curl wget tar socat jq git openssl uuid-runtime build-essential zlib1g-dev libssl-dev libevent-dev dnsutils
|
||||
```
|
||||
```
|
||||
#CentOS
|
||||
yum update && yum -y install curl wget tar socat jq git openssl util-linux gcc-c++ zlib-devel openssl-devel libevent-devel
|
||||
yum update && yum -y install curl wget tar socat jq git openssl util-linux gcc-c++ zlib-devel openssl-devel libevent-devel bind-utils
|
||||
```
|
||||
```
|
||||
bash <(curl -L https://raw.githubusercontent.com/TinrLin/script_installation/main/Install.sh)
|
||||
|
|
Loading…
Reference in New Issue
Block a user