From af982bb6427f41084fdc6a629c2a543b380da503 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 28 Sep 2019 08:56:08 -0400 Subject: [PATCH] install curl --- installers/raspbian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index a6bea7e..0759626 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -9,6 +9,7 @@ function update_system_packages() { function install_dependencies() { install_log "Installing required packages" + sudo apt-get 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