From 4690ff4ee62290fbc6b67a261f0f4b1a3704afca Mon Sep 17 00:00:00 2001 From: sbennell Date: Wed, 13 Nov 2019 18:14:28 +1100 Subject: [PATCH] Update patch.sh --- patch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index 6412516..1253046 100644 --- a/patch.sh +++ b/patch.sh @@ -3,7 +3,9 @@ mkdir -p /usr/share/pve-patch/{images,scripts} echo "- patch `pveversion`..." echo "- download and copy files..." -wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/{favicon.ico,logo-128.png,proxmox_logo.png} +wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/master/images/favicon.ico +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} chmod -R a+x /usr/share/pve-patch/scripts