Skip to content

Instantly share code, notes, and snippets.

@slickplaid
Created July 31, 2018 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slickplaid/bb77ad6b42e45e158e2266225a5a2106 to your computer and use it in GitHub Desktop.
Save slickplaid/bb77ad6b42e45e158e2266225a5a2106 to your computer and use it in GitHub Desktop.
Install Steam on ChromeOS
#!/usr/bin/env bash
wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb
dpkg -i steam.deb
sudo apt install python python-apt konsole zenity
sudo dpkg -i steam.deb
sommelier -X --scale=0.6 --dpi=120 steam &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment