X-Git-Url: https://git.rvb.name/setroute.git/blobdiff_plain/beebc2b99b74ec51916bc9231db8ac09a3f8203c..HEAD:/setup.sh diff --git a/setup.sh b/setup.sh index ec5ec67..8b43516 100644 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,8 @@ #!/bin/sh vpn_set=`grep vpn /etc/iproute2/rt_tables | wc -l` -if [ vpn_set = 0 ]; then +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