Updating prerequisites
This commit is contained in:
parent
98bbd556ec
commit
dde8854099
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -15,29 +15,29 @@ Before running the script, ensure your VPS has the following tools installed:
|
||||||
- `curl`
|
- `curl`
|
||||||
- `tar`
|
- `tar`
|
||||||
- `wget`
|
- `wget`
|
||||||
- `aria2`
|
- `zstd`
|
||||||
|
|
||||||
You can install these tools using your distribution's package manager. For example:
|
You can install these tools using your distribution's package manager. For example:
|
||||||
|
|
||||||
### Debian/Ubuntu
|
### Debian/Ubuntu
|
||||||
```sh
|
```sh
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install curl tar wget aria2 -y
|
sudo apt install curl tar wget zstd -y
|
||||||
```
|
```
|
||||||
|
|
||||||
### CentOS/RHEL
|
### CentOS/RHEL
|
||||||
```sh
|
```sh
|
||||||
sudo yum install curl tar wget aria2 -y
|
sudo yum install curl tar wget zstd -y
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install curl tar wget aria2 -y
|
sudo dnf install curl tar wget zstd -y
|
||||||
```
|
```
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
```sh
|
```sh
|
||||||
sudo pacman -Syu curl tar wget aria2
|
sudo pacman -Syu curl tar wget zstd
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation 🛠️
|
## Installation 🛠️
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue