Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silentgameplays committed Feb 18, 2020
1 parent 3fde1a0 commit 5b4104c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,29 +134,32 @@ test

# Go to activities menu and type NVIDIA it should give you a GUI.

# 10) Install Steam Lutris Wine with the following commands, if you did all the steps before correctly Steam should install without issues:
# 10) Install Steam,Lutris Wine with the following commands, if you did all the steps before correctly Steam should install without issues:

* sudo apt install steam

# Installl wget
* sudo apt install wget
* wget -nc https://dl.winehq.org/wine-builds/winehq.key
* sudo apt-key add winehq.key
* sudo nano /etc/apt/sources.list
add
* deb https://dl.winehq.org/wine-builds/debian/ bullseye main
# For Testing add
* deb https://dl.winehq.org/wine-builds/debian/ distro_name main
* sudo apt install --install-recommends winehq-stable

# For stable install Wine via software center
* sudo apt-get install wine
# For Lutris:
* sudo touch /etc/apt/sources.list.d/lutris.list
* sudo nano /etc/apt/sources.list
add
* deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./
# For any distro to install lutris add
* wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_9.0/Release.key -O- | sudo apt-key add -
* deb http://download.opensuse.org/repositories/home:/str1ycore/Debian_9.0/ ./
* sudo apt-get update
* sudo apt-get install lutris
# 11) Optional for media playback and vlc install snap:

* sudo apt-get update

* sudo apt install snapd

* sudo snap install vlc

# 12) Optional for streaming install OBS Studio(for HVENC support some additional stuff is required)
Expand Down

0 comments on commit 5b4104c

Please sign in to comment.