From 727ea62be669c375bd6d75c50de5f27b7fb321ea Mon Sep 17 00:00:00 2001 From: TED <135175623+iamtheted@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:29:55 +0330 Subject: [PATCH] fix: updated custom version installation command --- marzban/en/docs/marzban-script.md | 2 +- marzban/fa/docs/marzban-script.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marzban/en/docs/marzban-script.md b/marzban/en/docs/marzban-script.md index 4b7d36d..b183d62 100644 --- a/marzban/en/docs/marzban-script.md +++ b/marzban/en/docs/marzban-script.md @@ -28,7 +28,7 @@ sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/ ::: - This is an example for installing a specific version of Marzban with the `SQLite` database. ```bash -sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/marzban.sh)" @ install v0.5.2 +sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/marzban.sh)" @ install --version v0.5.2 ``` - This is an example for installing a specific version of Marzban with the `MySQL` database. ```bash diff --git a/marzban/fa/docs/marzban-script.md b/marzban/fa/docs/marzban-script.md index 450711a..e376582 100644 --- a/marzban/fa/docs/marzban-script.md +++ b/marzban/fa/docs/marzban-script.md @@ -28,7 +28,7 @@ sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/ ::: - دستور زیر یک نمونه برای نصب ورژن خاصی از مرزبان با دیتابیس `SQLite` است. ```bash -sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/marzban.sh)" @ install v0.5.2 +sudo bash -c "$(curl -sL https://github.com/Gozargah/Marzban-scripts/raw/master/marzban.sh)" @ install --version v0.5.2 ``` - دستور زیر یک نمونه برای نصب ورژن خاصی از مرزبان با دیتابیس `MySQL` است. ```bash