operand bugfix

This commit is contained in:
Bill Zimmerman
2020-03-17 19:22:07 +01:00
committed by GitHub
parent 3e39f33345
commit ead1f354d7

View File

@@ -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