This commit is contained in:
Jing Ling
2020-08-30 11:22:41 +08:00
parent d59d826f01
commit cbca6349e4
+4 -4
View File
@@ -15,10 +15,10 @@ python oneforall.py --help
### Ubuntu/Debian系统(包括kali) ### Ubuntu/Debian系统(包括kali)
1. 安装git 1. 安装git和git
```bash ```bash
sudo apt update sudo apt update
sudo apt install git -y sudo apt install git python3-pip -y
``` ```
2. 克隆OneForAll项目 2. 克隆OneForAll项目
@@ -38,10 +38,10 @@ python3 oneforall.py --help
### RHEL/Centos系统 ### RHEL/Centos系统
1. 安装git 1. 安装git和git
```bash ```bash
sudo yum update sudo yum update
sudo yum install git -y sudo yum install git python3-pip -y
``` ```
2. 克隆OneForAll项目 2. 克隆OneForAll项目