mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
完善
This commit is contained in:
@@ -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项目
|
||||||
|
|||||||
Reference in New Issue
Block a user