From 5f107f09108f9bae6ae6ad8218667685e91edd4e Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 7 Sep 2023 13:00:43 -0500 Subject: [PATCH] updated urls --- proxmox/download-proxmox-essentials.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxmox/download-proxmox-essentials.sh b/proxmox/download-proxmox-essentials.sh index d8a1754..7d967b9 100644 --- a/proxmox/download-proxmox-essentials.sh +++ b/proxmox/download-proxmox-essentials.sh @@ -7,8 +7,8 @@ rm /root/scripts/proxmox-* > /dev/null 2>&1 # check for pbs directory if [[ -d /etc/proxmox-backup ]] ; then wget -qO /root/scripts/proxmox-pbs-essentials.sh https://aknlw.com/proxmox-pbs-essentials - wget -qO /root/scripts/proxmox-post-pbs-install.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/post-pbs-install.sh - wget -qO /root/scripts/proxmox-kernel-clean.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/kernel-clean.sh + wget -qO /root/scripts/proxmox-post-pbs-install.sh https://aknlw.com/proxmox-post-pbs-install + wget -qO /root/scripts/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean chmod +x /root/scripts/proxmox-*.sh /root/scripts/proxmox-pbs-essentials.sh fi @@ -16,8 +16,8 @@ fi # check for pve directory if [[ -d /etc/pve ]] ; then wget -qO /root/scripts/proxmox-pve-essentials.sh https://aknlw.com/proxmox-pve-essentials - wget -qO /root/scripts/proxmox-post-pve-install.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/post-pve-install.sh - wget -qO /root/scripts/proxmox-kernel-clean.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/kernel-clean.sh + wget -qO /root/scripts/proxmox-post-pve-install.sh https://aknlw.com/proxmox-post-pve-install + wget -qO /root/scripts/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean chmod +x /root/scripts/proxmox-*.sh /root/scripts/proxmox-pve-essentials.sh fi