diff --git a/update.sh b/update.sh index 0e059d9..3bb2da4 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,8 @@ #!/bin/bash +# shellcheck disable=2034,2059,2164 +true + # Get username usern=$(whoami) # not used btw ... yet