diff options
author | Spacelord <Spacelord09@users.noreply.github.com> | 2021-07-01 12:29:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 12:29:04 +0200 |
commit | 124fe4d819f221bc4c0a873c2cf536a659c2d705 (patch) | |
tree | ab83bc243d593d152d4674af3ec9535902d550be | |
parent | 4dd352f62d70340fb12cffae40c17364eddc8eea (diff) | |
download | midimonster-124fe4d819f221bc4c0a873c2cf536a659c2d705.tar.gz midimonster-124fe4d819f221bc4c0a873c2cf536a659c2d705.tar.bz2 midimonster-124fe4d819f221bc4c0a873c2cf536a659c2d705.zip |
Installer> Disable Shellcheck SC1117
-rwxr-xr-x | installer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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=( |