From c24eef5795fd74ab6e77c76142a7c28a67730032 Mon Sep 17 00:00:00 2001 From: glen Date: Sun, 18 Oct 2020 19:43:36 -0400 Subject: [PATCH] add whois to installed packages. --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index f66aeba..cda1d72 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -14,7 +14,7 @@ function install_dependencies() { 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 yes | apt-get install lighttpd $php_package git resolvconf hostapd dnsmasq vnstat lokinet || install_error "Unable to install dependencies" + sudo yes | apt-get install whois lighttpd $php_package git resolvconf hostapd dnsmasq vnstat lokinet || install_error "Unable to install dependencies" } #Remove NetworkManager and install dhcpd if required Armbian.