Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/docs/server/LinuxServerInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Seek online guides or your hosting provider's documentation if you're unsure how
## Phase 3: Configuring and Starting the Server

11. Installing the required packages:
- Since the server runs as a 32-bit application, you need to enable 32-bit architecture support and install screen:
- Since the server runs as a 32-bit application, you need to enable 32-bit architecture support and install the required libraries plus screen:

```
sudo dpkg --add-architecture i386
Expand All @@ -163,7 +163,7 @@ Seek online guides or your hosting provider's documentation if you're unsure how
```

```
sudo apt install libc6:i386 screen
sudo apt install libatomic1 libatomic1:i386 libc6:i386 screen
```

12. Making the server executable:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ description: "راه اندازی سرور بر روی لینوکس"
```

```
sudo apt install libc6:i386
sudo apt install libatomic1 libatomic1:i386 libc6:i386
```

11. قابل اجرا کردن سرور:
Expand Down Expand Up @@ -210,4 +210,4 @@ description: "راه اندازی سرور بر روی لینوکس"

اگر همچنان مشکلی در راه‌اندازی سرور دارید، به سرور رسمی Discord open.mp بپیوندید: [https://discord.gg/samp](https://discord.gg/samp)

سوال خود را در کانال [#openmp-support](https://discord.com/channels/231799104731217931/966398440051445790) پست کنید و این راهنما را ذکر کنید تا بتوانیم آن را بهبود دهیم.
سوال خود را در کانال [#openmp-support](https://discord.com/channels/231799104731217931/966398440051445790) پست کنید و این راهنما را ذکر کنید تا بتوانیم آن را بهبود دهیم.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Zoek een online handleiding of de documentatie van je hosting als je niet zeker
```

```
sudo apt install libc6:i386
sudo apt install libatomic1 libatomic1:i386 libc6:i386
```

11. Server uitvoerbaar maken:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Procure guias online ou a documentação do seu provedor de hospedagem se não t
```

```
sudo apt install libc6:i386
sudo apt install libatomic1 libatomic1:i386 libc6:i386
```

11. Tornando o servidor executável:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ description: 在 Ubuntu 或其他基于 Debian 的 Linux 系统上安装 open.mp
```

```
sudo apt install libc6:i386 screen
sudo apt install libatomic1 libatomic1:i386 libc6:i386 screen
```

12. 使服务器可执行:
Expand Down