From 8afe6548f94859772d91b90984598189094ad6a2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 4 Jul 2016 19:06:09 +0100 Subject: [PATCH] Function to remove vpn --- src/freedombone-app-vpn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/freedombone-app-vpn b/src/freedombone-app-vpn index a94a42e5..e41df45a 100755 --- a/src/freedombone-app-vpn +++ b/src/freedombone-app-vpn @@ -28,6 +28,10 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +function remove_vpn_tunnel { + apt-get -y remove --purge fastd +} + function install_vpn_tunnel { if ! grep -q "repo.universe-factory.net" /etc/apt/sources.list; then echo 'deb http://repo.universe-factory.net/debian/ sid main' >> /etc/apt/sources.list