From: Roman Bazalevskiy Date: Wed, 8 Nov 2017 09:16:03 +0000 (+0300) Subject: Исправлен установочный скрипт. X-Git-Url: https://git.rvb.name/setroute.git/commitdiff_plain/HEAD Исправлен установочный скрипт. --- 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