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:
parent
3e39f33345
commit
ead1f354d7
@ -30,7 +30,7 @@ elif [ "$VERSION" -lt "8" ]; then
|
|||||||
install_error "${DESC} is unsupported. Please install on a supported distro."
|
install_error "${DESC} is unsupported. Please install on a supported distro."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OS" -eq "Debian" ]; then
|
if [ "$OS" = "Debian" ]; then
|
||||||
dhcpcd_package="dhcpcd5"
|
dhcpcd_package="dhcpcd5"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user