From f29735040fadb409940b7091d2824dfdf579619d Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 10 Apr 2020 09:30:17 +1000 Subject: [PATCH] Update patch.sh --- patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index 1ee1e51..ffaf2f0 100644 --- a/patch.sh +++ b/patch.sh @@ -17,5 +17,6 @@ apt update apt upgrade -y echo "- Install ifupdown2..." apt install ifupdown2 -y - +cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner +/usr/share/pve-patch/scripts/apply.sh echo "- done!"