From ead9c0a44e34b19f6f250cbc28c3f03e81c24732 Mon Sep 17 00:00:00 2001 From: sbennell Date: Sat, 4 Jan 2020 19:45:24 +1100 Subject: [PATCH] Update patch.sh --- patch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patch.sh b/patch.sh index 1253046..0365135 100644 --- a/patch.sh +++ b/patch.sh @@ -11,4 +11,6 @@ wget -qP /usr/share/pve-patch/scripts/ https://raw.githubusercontent.com/kosmona chmod -R a+x /usr/share/pve-patch/scripts cp -f /usr/share/pve-patch/scripts/90pvepatch /etc/apt/apt.conf.d/90pvepatch /usr/share/pve-patch/scripts/apply.sh +apt update +apt upgrade -y echo "- done!"