Update Installer.sh

Fixed oopsie
This commit is contained in:
Beeranco 2023-08-14 21:59:05 +02:00 committed by GitHub
parent 47a62bd2aa
commit de9ab23b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ fi
$PKGUD $PKGUD
$PKRM manpages* p7zip* vim* pigz* strace* rng-tools* manpages* triggerhappy* $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 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 xargs < /tmp/install.list xargs $PKGI
$PKARM $PKARM