1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-03-01 10:31:47 +00:00

operand bugfix

This commit is contained in:
Bill Zimmerman 2020-03-17 19:22:07 +01:00 committed by GitHub
parent 3e39f33345
commit ead1f354d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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