Skip to content

Commit 37b091e

Browse files
authored
Merge pull request #1177 from openmultiplayer/libatomic-on-linux-docs
add libatomic to docs
2 parents e922e8b + f740f5b commit 37b091e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

frontend/docs/server/LinuxServerInstallation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Seek online guides or your hosting provider's documentation if you're unsure how
152152
## Phase 3: Configuring and Starting the Server
153153

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

157157
```
158158
sudo dpkg --add-architecture i386
@@ -163,7 +163,7 @@ Seek online guides or your hosting provider's documentation if you're unsure how
163163
```
164164
165165
```
166-
sudo apt install libc6:i386 screen
166+
sudo apt install libatomic1 libatomic1:i386 libc6:i386 screen
167167
```
168168
169169
12. Making the server executable:

frontend/i18n/fa/docusaurus-plugin-content-docs/current/server/LinuxServerInstallation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ description: "راه اندازی سرور بر روی لینوکس"
151151
```
152152
153153
```
154-
sudo apt install libc6:i386
154+
sudo apt install libatomic1 libatomic1:i386 libc6:i386
155155
```
156156
157157
11. قابل اجرا کردن سرور:
@@ -210,4 +210,4 @@ description: "راه اندازی سرور بر روی لینوکس"
210210
211211
اگر همچنان مشکلی در راه‌اندازی سرور دارید، به سرور رسمی Discord open.mp بپیوندید: [https://discord.gg/samp](https://discord.gg/samp)
212212
213-
سوال خود را در کانال [#openmp-support](https://discord.com/channels/231799104731217931/966398440051445790) پست کنید و این راهنما را ذکر کنید تا بتوانیم آن را بهبود دهیم.
213+
سوال خود را در کانال [#openmp-support](https://discord.com/channels/231799104731217931/966398440051445790) پست کنید و این راهنما را ذکر کنید تا بتوانیم آن را بهبود دهیم.

frontend/i18n/nl/docusaurus-plugin-content-docs/current/server/LinuxServerInstallation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Zoek een online handleiding of de documentatie van je hosting als je niet zeker
145145
```
146146
147147
```
148-
sudo apt install libc6:i386
148+
sudo apt install libatomic1 libatomic1:i386 libc6:i386
149149
```
150150
151151
11. Server uitvoerbaar maken:

frontend/i18n/pt-BR/docusaurus-plugin-content-docs/current/server/LinuxServerInstallation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Procure guias online ou a documentação do seu provedor de hospedagem se não t
145145
```
146146
147147
```
148-
sudo apt install libc6:i386
148+
sudo apt install libatomic1 libatomic1:i386 libc6:i386
149149
```
150150
151151
11. Tornando o servidor executável:

frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/server/LinuxServerInstallation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ description: 在 Ubuntu 或其他基于 Debian 的 Linux 系统上安装 open.mp
163163
```
164164
165165
```
166-
sudo apt install libc6:i386 screen
166+
sudo apt install libatomic1 libatomic1:i386 libc6:i386 screen
167167
```
168168
169169
12. 使服务器可执行:

0 commit comments

Comments
 (0)