From fc2f39f89a7591f7789f199afcb2bdc444572857 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 8 Mar 2020 08:58:38 -0400 Subject: [PATCH] add /beta for 0.7 rc2 testing. --- installers/snappsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/snappsetup.sh b/installers/snappsetup.sh index 9e281a8..f8b6fa3 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 $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list + echo "deb https://deb.imaginary.stream/beta $(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" }