Skip to content

Instantly share code, notes, and snippets.

View daniellavoie's full-sized avatar

Daniel Lavoie daniellavoie

View GitHub Profile
@Sharrnah
Sharrnah / Install Docker - Pacman.sh
Last active August 16, 2024 03:37
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..."