From b7811b249cbdd298ab09dae58e5aeb54a248aeb8 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Fri, 21 Jul 2023 14:43:06 +0100 Subject: [PATCH] Update update.sh --- update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/update.sh b/update.sh index 1e1b4db..92859e0 100644 --- a/update.sh +++ b/update.sh @@ -1,8 +1,5 @@ #!/bin/bash -# If any command fails, fail out -set -e - # Get username uname=$(whoami) # not used btw ... yet