diff --git a/proxmox/download-proxmox-essentials.sh b/proxmox/download-proxmox-essentials.sh index 8957cf3..90f0679 100755 --- a/proxmox/download-proxmox-essentials.sh +++ b/proxmox/download-proxmox-essentials.sh @@ -9,18 +9,18 @@ rm /root/scripts/proxmox-* > /dev/null 2>&1 # check for pve directory if [[ -d /etc/pve ]] ; then - wget -qO /root/scripts/proxmox-pve-essentials.sh http://192.168.1.50:81/proxmox/proxmox-pve-essentials.sh - wget -qO /root/scripts/proxmox-post-pve-install.sh http://192.168.1.50:81/proxmox/proxmox-post-pve-install.sh - wget -qO /root/scripts/proxmox-kernel-clean.sh http://192.168.1.50:81/proxmox/proxmox-kernel-clean.sh + wget -qO /root/scripts/proxmox-pve-essentials.sh https://filebrowser.akanealw.com/public/api/resources/download?hash=qXoXxtEfKv1T9Iu-MurPmg + wget -qO /root/scripts/proxmox-post-pve-install.sh https://filebrowser.akanealw.com/public/api/resources/download?hash=dQSGCOXhRWbWxgMh97BxWQ + wget -qO /root/scripts/proxmox-kernel-clean.sh https://filebrowser.akanealw.com/public/api/resources/download?hash=qd-kllaKm1-rY07IdcnC3Q chmod +x /root/scripts/proxmox-*.sh /root/scripts/proxmox-pve-essentials.sh fi # check for pbs directory if [[ -d /etc/proxmox-backup ]] ; then - wget -qO /root/scripts/proxmox-pbs-essentials.sh http://192.168.1.50:81/proxmox/proxmox-pbs-essentials.sh - wget -qO /root/scripts/proxmox-post-pbs-install.sh http://192.168.1.50:81/proxmox/proxmox-post-pbs-install.sh - wget -qO /root/scripts/proxmox-kernel-clean.sh http://192.168.1.50:81/proxmox/proxmox-kernel-clean.sh + wget -qO /root/scripts/proxmox-pbs-essentials.sh https://filebrowser.akanealw.com/public/api/resources/download?hash=53A-PEKBUuFhdnzCkCXQVw + wget -qO /root/scripts/proxmox-post-pbs-install.sh https://filebrowser.akanealw.com/public/api/resources/download?hash=BQxWrwFiQNzCTqPSx5mIBg + wget -qO /root/scripts/proxmox-kernel-clean.sh https://filebrowser.akanealw.com/public/api/resources/download?hash=qd-kllaKm1-rY07IdcnC3Q chmod +x /root/scripts/proxmox-*.sh /root/scripts/proxmox-pbs-essentials.sh fi