From 101faddb97326e0e15c96c510992bc2f30a9fd73 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 3 Oct 2023 18:16:32 +0200 Subject: [PATCH] enable shellcheck --- update.sh | 3 +++ 1 file changed, 3 insertions(+) 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