Skip to content

Instantly share code, notes, and snippets.

@Sharrnah
Sharrnah / Install Docker - Pacman.sh
Last active November 17, 2025 13:50
Pacman Installation Scripts for SteamDeck (requires a set user password using `passwd` first)
#!/bin/bash
sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate archlinux
#sudo pacman-key --refresh-keys
# install docker package
echo -e "\rInstalling Docker..."