Update update.sh

This commit is contained in:
dinger1986 2023-07-21 14:43:06 +01:00 committed by GitHub
parent ec52c2d089
commit b7811b249c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,5 @@
#!/bin/bash
# If any command fails, fail out
set -e
# Get username
uname=$(whoami) # not used btw ... yet