From 514a5a019da596767c698d2b06afa7485564550b Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 7 Jan 2020 21:22:16 -0500 Subject: [PATCH] Remove hosted lokinet package for testing. --- installers/snappsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/snappsetup.sh b/installers/snappsetup.sh index 134d886..3b793cc 100644 --- a/installers/snappsetup.sh +++ b/installers/snappsetup.sh @@ -14,7 +14,7 @@ function install_dependencies() { curl -s https://deb.imaginary.stream/public.gpg | sudo apt-key add - echo "deb https://deb.imaginary.stream $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list sudo apt-get update - sudo yes | apt-get install git screen dnsutils resolvconf lokinet || install_error "Unable to install dependencies" + sudo yes | apt-get install git screen dnsutils resolvconf #lokinet || install_error "Unable to install dependencies" } #Remove NetworkManager and install dhcpd if required.