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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user