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