From a1500a80b743a83e1b519de4144e1957f90abf3d Mon Sep 17 00:00:00 2001 From: mshillam Date: Sat, 19 Feb 2022 21:53:23 +0000 Subject: [PATCH] Update URL for scripts --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index e4ff664..b2a15f0 100644 --- a/patch.sh +++ b/patch.sh @@ -11,7 +11,7 @@ echo "- download and copy files..." #wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/$branches/images/logo-128.png #wget -nc -qP /usr/share/pve-patch/images/ https://raw.githubusercontent.com/sbennell/pve-patch/$branches/images/proxmox_logo.png rm -f /usr/share/pve-patch/scripts/{90pvepatch,apply.sh,pvebanner} -wget -qP /usr/share/pve-patch/scripts/ https://raw.gitea.shillam.me.uk/mshillam/pve-patch/$branches/scripts/{90pvepatch,apply.sh,pvebanner} +wget -qP /usr/share/pve-patch/scripts/ https://gitea.shillam.me.uk/mshillam/SetupProxmox/raw/branch/$branches/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 chmod +x /usr/share/pve-patch/scripts/apply.sh