From 4afebdd1629f2b67f3cdff014b0462164146ea63 Mon Sep 17 00:00:00 2001 From: sbennell Date: Wed, 13 Nov 2019 18:07:06 +1100 Subject: [PATCH] Update patch.sh --- patch.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/patch.sh b/patch.sh index 604b6ec..3452bfb 100644 --- a/patch.sh +++ b/patch.sh @@ -4,10 +4,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://github.com/kosmonavtika/pve-patch/raw/master/images/{favicon.ico,logo-128.png,proxmox_logo.png} - rm -f /usr/share/pve-patch/scripts/{90pvepatch,apply.sh} -wget -qP /usr/share/pve-patch/scripts/ https://raw.githubusercontent.com/sbennell/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} 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 -echo "- done!" \ No newline at end of file +echo "- done!"