From e8f537928846677cdb4fc38b27a49bd6b338d8de Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 13 Sep 2019 21:33:59 -0400 Subject: [PATCH] removed commented lines --- installers/raspbian.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 54a341d..88c1fb7 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -9,9 +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." 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 sudo apt-get install lighttpd $php_package git hostapd dnsmasq vnstat resolvconf lokinet || install_error "Unable to install dependencies" }