Updating prerequisites #2
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`
|
||||
- `tar`
|
||||
- `wget`
|
||||
- `aria2`
|
||||
- `zstd`
|
||||
|
||||
You can install these tools using your distribution's package manager. For example:
|
||||
|
||||
### Debian/Ubuntu
|
||||
```sh
|
||||
sudo apt update
|
||||
sudo apt install curl tar wget aria2 -y
|
||||
sudo apt install curl tar wget zstd -y
|
||||
```
|
||||
|
||||
### CentOS/RHEL
|
||||
```sh
|
||||
sudo yum install curl tar wget aria2 -y
|
||||
sudo yum install curl tar wget zstd -y
|
||||
```
|
||||
|
||||
### Fedora
|
||||
```sh
|
||||
sudo dnf install curl tar wget aria2 -y
|
||||
sudo dnf install curl tar wget zstd -y
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
```sh
|
||||
sudo pacman -Syu curl tar wget aria2
|
||||
sudo pacman -Syu curl tar wget zstd
|
||||
```
|
||||
|
||||
## Installation 🛠️
|
||||
|
|
Loading…
Add table
Reference in a new issue