From ead1f354d7e47f40191b4b0567233c35cbad346e Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 17 Mar 2020 19:22:07 +0100 Subject: [PATCH] operand bugfix --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index a60349c3..685e67bf 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -30,7 +30,7 @@ elif [ "$VERSION" -lt "8" ]; then install_error "${DESC} is unsupported. Please install on a supported distro." fi -if [ "$OS" -eq "Debian" ]; then +if [ "$OS" = "Debian" ]; then dhcpcd_package="dhcpcd5" fi