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