Skip to content
Snippets Groups Projects
Commit 8afe6548 authored by Bob Mottram's avatar Bob Mottram
Browse files

Function to remove vpn

parent 3f7be9c1
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment