1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02: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

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