From a243dddfc80e90d7062403c6ba91cded0fbde523 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 17 Mar 2020 16:04:20 -0400 Subject: [PATCH] revert back to lokinet release --- installers/snappsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/snappsetup.sh b/installers/snappsetup.sh index f8b6fa3..9e281a8 100644 --- a/installers/snappsetup.sh +++ b/installers/snappsetup.sh @@ -12,7 +12,7 @@ function install_dependencies() { sudo apt-get -y install curl echo "Install public key used to sign the lokinet binaries." curl -s https://deb.imaginary.stream/public.gpg | sudo apt-key add - - echo "deb https://deb.imaginary.stream/beta $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list + 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 python3 resolvconf lokinet || install_error "Unable to install dependencies" }