Created
January 3, 2023 01:13
-
-
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
This file contains 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
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