Answers for "install steam on chromebook"

2

steam on chromebook

make sure to have your chromebook in developer mode
step 0:
download linux in chromebook settings
step 1: go to terminal and type in this command
sudo apt-get update && sudo apt-get upgrade -y
step 2: download this file and and linux will start to download
https://steamcdn-a.akamaihd.net/client/installer/steam.deb
Posted by: Guest on February-13-2021
0

install steam on chromebook

/usr/bin/curl -L "https://chromium.googlesource.com/chromiumos/platform/dev-util/+/master/contrib/gfx/crostini-steam-setup.sh?format=TEXT" | /usr/bin/base64 -d > /tmp/crostini-steam-setup.sh; /bin/chmod a+x /tmp/crostini-steam-setup.sh; /usr/bin/sudo /tmp/crostini-steam-setup.sh
Posted by: Guest on December-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language