Skip to content

Commit

Permalink
fix: updated custom version installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtheted committed Dec 4, 2024
1 parent e3c0148 commit 727ea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marzban/en/docs/marzban-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion marzban/fa/docs/marzban-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 727ea62

Please sign in to comment.