From 66f69e896847c134d8881b1ef80c93d8e20a6995 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 29 Aug 2022 15:38:59 -0700 Subject: [PATCH] make install command work unattended --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4d76004..6e665a2 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ # Copyright (c) 2022 Matthew Saunders Brown # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -apt install pip +DEBIAN_FRONTEND=noninteractive apt-get -y install pip pip install certbot-dns-powerdns if [[ ! -f /root/.pdns-credentials.ini ]]; then