From d0b64fbcc5c2761a25f7c71d01e67343668c18b8 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 22 Apr 2026 19:14:08 -0600 Subject: [PATCH] hnigh aS a pi --- customscripts/steam_deck_setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customscripts/steam_deck_setup.sh b/customscripts/steam_deck_setup.sh index 94fac71..aeef601 100644 --- a/customscripts/steam_deck_setup.sh +++ b/customscripts/steam_deck_setup.sh @@ -1,7 +1,9 @@ #!/bin/bash +# usage: +## curl -sSL https://tinyurl.com/4meps4as | "$SHELL" set -e # we do not fail here :chameleon: -# curl -sSL https://tinyurl.com/4meps4as | "$SHELL" -# passwd +echo -e "\nchanging/setting user password\n" +passwd echo -e "\nsetting os to be writable\n" sudo steamos-readonly disable echo -e "\ninitalizing keys\n"