Updating prerequisites

This commit is contained in:
Hamid Reza 2024-10-04 20:55:34 +03:30
parent 98bbd556ec
commit dde8854099

View file

@ -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 🛠️