Created
May 16, 2025 19:56
-
-
Save fffx/c6d0bd995ce57e7d994d3dac493136d8 to your computer and use it in GitHub Desktop.
Steamdeck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set -e | |
sudo steamos-readonly disable | |
sudo pacman-key --init | |
sudo pacman-key --populate archlinux | |
sudo pacman -S gnome-terminal | |
wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.24.tgz | |
tar xzvf ./docker-20.10.24.tgz | |
sudo cp docker/* /usr/bin/ | |
sudo wget https://gist.githubusercontent.com/aarondewindt/99a7ea09d00813bccab5953f40010ace/raw/6ea68b56457804096fdc64b147410ac4f832d336/docker.service -P /etc/systemd/system | |
sudo wget https://raw.githubusercontent.com/moby/moby/master/contrib/init/systemd/docker.socket -P /etc/systemd/system | |
sudo groupadd docker | |
sudo systemctl enable docker | |
sudo systemctl start docker | |
sudo steamos-readonly enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment