From 5493185d65f71c6a40550f13c652e61fe6e64a18 Mon Sep 17 00:00:00 2001
From: bolvan <k@vodka.home.kg>
Date: Mon, 6 May 2019 13:46:07 +0300
Subject: [PATCH] install_easy.sh : fix missing install_binaries

---
 install_easy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_easy.sh b/install_easy.sh
index bd4b9d1..ea99cea 100755
--- a/install_easy.sh
+++ b/install_easy.sh
@@ -284,7 +284,6 @@ check_preprequisites_openwrt()
 		
 		opkg update
 		if check_package_exists_openwrt kmod-ipt-raw ; then PKGS="$PKGS kmod-ipt-raw" ; fi
-		check_package_exists_openwrt kmod-ipt-raw && echo fuck $PKGS
 		opkg install $PKGS || {
 			echo could not install prerequisites
 			exitp 6
@@ -401,6 +400,7 @@ install_openwrt()
 	OPENWRT_FW_INCLUDE=/etc/firewall.zapret
 	
 	check_preprequisites_openwrt
+	install_binaries
 	install_sysv_init
 	register_sysv_init
 	download_ip_list