make install command work unattended

This commit is contained in:
Matthew Saunders Brown 2022-08-29 15:38:59 -07:00
parent 90ffa9ae20
commit 66f69e8968

View File

@ -5,7 +5,7 @@
# Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com> # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # 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 pip install certbot-dns-powerdns
if [[ ! -f /root/.pdns-credentials.ini ]]; then if [[ ! -f /root/.pdns-credentials.ini ]]; then