mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Fix newline escapes in install apt command
This commit is contained in:
parent
0b84c58ffb
commit
3d486ca3e2
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ games themselves we recommend you install the following packages:
|
||||||
|
|
||||||
To install all those dependencies on Ubuntu based systems, you can run::
|
To install all those dependencies on Ubuntu based systems, you can run::
|
||||||
|
|
||||||
sudo apt install python3-yaml python3-requests python3-pil python3-gi /
|
sudo apt install python3-yaml python3-requests python3-pil python3-gi \
|
||||||
gir1.2-gtk-3.0 gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0 /
|
gir1.2-gtk-3.0 gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0 \
|
||||||
gir1.2-notify-0.7 psmisc cabextract unzip p7zip curl fluid-soundfont-gs /
|
gir1.2-notify-0.7 psmisc cabextract unzip p7zip curl fluid-soundfont-gs \
|
||||||
x11-xserver-utils python3-evdev libc6-i386 lib32gcc1 libgirepository1.0-dev
|
x11-xserver-utils python3-evdev libc6-i386 lib32gcc1 libgirepository1.0-dev
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Reference in a new issue