From de9ab23b2270449d6d4155bc0d7589d1b82e408c Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:59:05 +0200 Subject: [PATCH] Update Installer.sh Fixed oopsie --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index ed6966e..0f0a692 100644 --- a/Installer.sh +++ b/Installer.sh @@ -181,7 +181,7 @@ fi $PKGUD $PKRM manpages* p7zip* vim* pigz* strace* rng-tools* manpages* triggerhappy* apt list --upgradeable 2>/dev/null | cut -d/ -f1 | grep -v Listing >> /tmp/install.list -echo "unattended-upgrades ufw" /tmp/install.list +echo "ufw" >> /tmp/install.list xargs < /tmp/install.list xargs $PKGI $PKARM