From 76a4c1770463e890309fab5f47ecec98e81cd631 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 13 Sep 2019 19:11:38 -0400 Subject: [PATCH] Log action of installing public key to sign binaries. --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index f416675..4f38221 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" - echo "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