From 17285d7d4eb8e3a08bf3674af96ebf324d9caa12 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 07:14:36 -0600 Subject: [PATCH] 1748956476 --- installer1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer1.sh b/installer1.sh index 359a9ce..ed060f3 100644 --- a/installer1.sh +++ b/installer1.sh @@ -1,7 +1,9 @@ #!/bin/bash +set -e + # updoot this echo "Updating this repo..." -git pull 2>/dev/null 1>/dev/null +git pull 1>/dev/null # run da raspberry pi config script sudo raspi-config