From 86d7554023bf23338b6605e040e31d8a21fe979e Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 13 Sep 2019 21:30:41 -0400 Subject: [PATCH] remove install_log entry --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 21faa53..54a341d 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -9,7 +9,7 @@ function update_system_packages() { function install_dependencies() { install_log "Installing required packages" - install_log "Install public key used to sign the lokinet binaries." + #install_log "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 sudo apt-get update