Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 09:34
Show Gist options
  • Save lee-pai-long/724014009988dec80513 to your computer and use it in GitHub Desktop.
Save lee-pai-long/724014009988dec80513 to your computer and use it in GitHub Desktop.

[Linux MINT 17.2] Install Steam

$ cd ~/Downloads/ && \
> wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb && \
> sudo apt-get update && \
> sudo dpkg -i ./steam.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment