Update patch.sh

This commit is contained in:
Stewart Bennell 2020-04-10 09:30:17 +10:00 committed by GitHub
parent e3366a83e7
commit f29735040f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ apt update
apt upgrade -y apt upgrade -y
echo "- Install ifupdown2..." echo "- Install ifupdown2..."
apt install ifupdown2 -y apt install ifupdown2 -y
cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner
/usr/share/pve-patch/scripts/apply.sh
echo "- done!" echo "- done!"