mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 13:32:58 +03:00
install_easy.sh : fix missing install_binaries
This commit is contained in:
parent
bf99143b8e
commit
5493185d65
@ -284,7 +284,6 @@ check_preprequisites_openwrt()
|
|||||||
|
|
||||||
opkg update
|
opkg update
|
||||||
if check_package_exists_openwrt kmod-ipt-raw ; then PKGS="$PKGS kmod-ipt-raw" ; fi
|
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 || {
|
opkg install $PKGS || {
|
||||||
echo could not install prerequisites
|
echo could not install prerequisites
|
||||||
exitp 6
|
exitp 6
|
||||||
@ -401,6 +400,7 @@ install_openwrt()
|
|||||||
OPENWRT_FW_INCLUDE=/etc/firewall.zapret
|
OPENWRT_FW_INCLUDE=/etc/firewall.zapret
|
||||||
|
|
||||||
check_preprequisites_openwrt
|
check_preprequisites_openwrt
|
||||||
|
install_binaries
|
||||||
install_sysv_init
|
install_sysv_init
|
||||||
register_sysv_init
|
register_sysv_init
|
||||||
download_ip_list
|
download_ip_list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user