Update update.sh

This commit is contained in:
dinger1986
2023-07-20 09:40:48 +01:00
committed by GitHub
parent 508ebf1916
commit 58a030f9c2

View File

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