From 06b3c0dc276bfbccb6c9aadbc288e539ae770dd0 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 22 Apr 2026 18:35:48 -0600 Subject: [PATCH] hnigh aS a pi --- customscripts/pios_setup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/customscripts/pios_setup b/customscripts/pios_setup index 0c3df78..c8e4732 100644 --- a/customscripts/pios_setup +++ b/customscripts/pios_setup @@ -1,12 +1,12 @@ #!/bin/bash set -e # we do not fail here :chameleon: # passwd -echo "setting os to be writable" +echo -e "\nsetting os to be writable\n" sudo steamos-readonly disable -echo "initalizing keys" +echo -e "\ninitalizing keys\n" sudo pacman-key --init -echo "populatiing keys" +echo -e "\npopulatiing keys\n" sudo pacman-key --populate archlinux holo -echo "updatikng repos" +echo -e "\nupdatikng repos\n" sudo pacman -Syu -echo "done!~ :3 install shit wikth pacman -S " \ No newline at end of file +echo -e "\ndone!~ :3 install shit wikth pacman -S \n" \ No newline at end of file