mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
add: linux/wine instructions
This commit is contained in:
11
README.md
11
README.md
@@ -3,3 +3,14 @@ You can download the GNU GPL Licensed game "FreeDink" from [here](https://nextcl
|
|||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
- async load from remote, currently the who GUI blocks during the loading process
|
- async load from remote, currently the who GUI blocks during the loading process
|
||||||
|
|
||||||
|
# Linux
|
||||||
|
|
||||||
|
sudo mkdir -pm755 /etc/apt/keyrings
|
||||||
|
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
||||||
|
chmod a+r /etc/apt/keyrings/*
|
||||||
|
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources\n
|
||||||
|
sudo apt update
|
||||||
|
sudo dpkg --add-architecture i386 \n
|
||||||
|
sudo apt install --install-recommends winehq-staging
|
||||||
|
sudo apt install libgl1:i386 nvidia-driver-libs:i386
|
||||||
|
|||||||
Reference in New Issue
Block a user