Update patch.sh

This commit is contained in:
sbennell 2020-01-10 16:53:28 +11:00 committed by GitHub
parent 350990f108
commit 7a02142cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,7 +12,9 @@ chmod -R a+x /usr/share/pve-patch/scripts
cp -f /usr/share/pve-patch/scripts/90pvepatch /etc/apt/apt.conf.d/90pvepatch
cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner
/usr/share/pve-patch/scripts/apply.sh
echo "- Apt Update and upgrade system..."
apt update
apt upgrade -y
echo "- Install ifupdown2..."
apt install ifupdown2 -y
echo "- done!"