From 9d8a6a7227aedb7747b3fe14f15e8152b81980ef Mon Sep 17 00:00:00 2001 From: sbennell Date: Fri, 10 Jan 2020 16:48:36 +1100 Subject: [PATCH] Update patch.sh --- patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index fa33486..39b9588 100644 --- a/patch.sh +++ b/patch.sh @@ -7,9 +7,10 @@ wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sben wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/logo-128.png wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/proxmox_logo.png rm -f /usr/share/pve-patch/scripts/{90pvepatch,apply.sh} -wget -qP /usr/share/pve-patch/scripts/ https://raw.githubusercontent.com/kosmonavtika/pve-patch/master/scripts/{90pvepatch,apply.sh} +wget -qP /usr/share/pve-patch/scripts/ https://raw.githubusercontent.com/kosmonavtika/pve-patch/master/scripts/{90pvepatch,apply.sh,pvebanner} 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 apt update apt upgrade -y