Skip to content

Instantly share code, notes, and snippets.

@heywoodlh
Created January 3, 2023 01:13
Show Gist options
  • Save heywoodlh/9c6641a14d5100f90b6d075171571f6c to your computer and use it in GitHub Desktop.
Save heywoodlh/9c6641a14d5100f90b6d075171571f6c to your computer and use it in GitHub Desktop.
Commands I run to re-set my Steam Deck backup after an update
sudo steamos-readonly disable
sudo pacman -Sy --noconfirm wireguard-tools resolvconf
# Re-enable wireguard and sshd
sudo systemctl enable --now wireguard.service
sudo systemctl enable --now sshd.service
# Disable power-save so SSH commands aren't so delayed: https://gitlab.com/popsulfr/steam-deck-tricks#disable-powersave-on-wlan0-for-snappier-remote-command
sudo iw dev wlan0 set power_save off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment