Skip to content

Instantly share code, notes, and snippets.

@kanokkorn
Last active December 1, 2021 20:52
Show Gist options
  • Save kanokkorn/e2fc952b2caa719ca066e8fe6441124c to your computer and use it in GitHub Desktop.
Save kanokkorn/e2fc952b2caa719ca066e8fe6441124c to your computer and use it in GitHub Desktop.
Raspberry pi 3 Steam link
sudo apt install -y steamlink
# From clouma (https://github.com/cluoma/steamlink.service)
cd /etc/systemd/system/ && wget https://raw.githubusercontent.com/cluoma/steamlink.service/master/steamlink.service
cd ~
sudo systemctl daemon-reload
sudo systemctl enable steamlink.service
sudo reboot now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment