From b771ed1780d31de875523cbce60e669e4c71cdb3 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sat, 24 Apr 2021 12:05:36 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4a2e9d6..83cc2a6 100644 --- a/install.sh +++ b/install.sh @@ -20,8 +20,8 @@ echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > / apt update # update system and install basic tools -DEBIAN_FRONTEND=nonintercative DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade -DEBIAN_FRONTEND=nonintercative DEBIAN_PRIORITY=critical apt -y -qq install $TOOLS +DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade +DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq install $TOOLS # configure zfs-auto-snapshot rpl "keep=4" "keep=$SNAP_FREQUENT" /etc/cron.d/zfs-auto-snapshot