From 124fe4d819f221bc4c0a873c2cf536a659c2d705 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Thu, 1 Jul 2021 12:29:04 +0200 Subject: Installer> Disable Shellcheck SC1117 --- installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh b/installer.sh index 2b9f799..4a8671e 100755 --- a/installer.sh +++ b/installer.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC1117 ################################################ SETUP ################################################ dependencies=( -- cgit v1.2.3