From ca992897d62d039f324c01913845a6291bf5ff4a Mon Sep 17 00:00:00 2001 From: Roman Bazalevskiy Date: Wed, 8 Nov 2017 12:16:03 +0300 Subject: [PATCH] =?utf8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BE=D1=87?= =?utf8?q?=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 2561298..8b43516 100644 --- a/setup.sh +++ b/setup.sh @@ -3,6 +3,6 @@ vpn_set=`grep vpn /etc/iproute2/rt_tables | wc -l` if [ $vpn_set = 0 ]; then echo "60 vpn" >> /etc/iproute2/rt_tables fi -apt-get -y install ipset +apt-get -y install ipset python-dnspython cp -r usr/local/bin/* /usr/local/bin cp -r etc/* /etc \ No newline at end of file -- 2.34.1