From 7a22b7c43a0aedfb07f2e44e213937cfee12be23 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 23 Jan 2024 13:40:34 +0300 Subject: [PATCH] install_easy: copy install_prereq.sh --- install_easy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_easy.sh b/install_easy.sh index 183ed5c..f45f847 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -384,7 +384,7 @@ copy_openwrt() cp -R "$1/files/fake" "$2/files" cp -R "$1/common" "$1/ipset" "$2" cp -R "$1/init.d/openwrt" "$2/init.d" - cp "$1/config" "$1/install_easy.sh" "$1/uninstall_easy.sh" "$1/install_bin.sh" "$1/blockcheck.sh" "$2" + cp "$1/config" "$1/install_easy.sh" "$1/uninstall_easy.sh" "$1/install_bin.sh" "$1/install_prereq.sh" "$1/blockcheck.sh" "$2" cp "$BINDIR/tpws" "$BINDIR/nfqws" "$BINDIR/ip2net" "$BINDIR/mdig" "$2/binaries/$ARCH" }