Fix ShellCheck SC2034: suppress unused PAKMGR warning
This commit is contained in:
@@ -96,6 +96,7 @@ fi
|
||||
OS_ID=$(. /etc/os-release && echo "${ID}")
|
||||
OS_VERSION=$(. /etc/os-release && echo "${VERSION_ID}" | cut -d. -f1)
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
case "$OS_ID" in
|
||||
ubuntu|debian)
|
||||
PAKMGR="apt-get -y"
|
||||
|
||||
Reference in New Issue
Block a user