diff --git a/files/proxmox/download-proxmox-essentials.sh b/files/proxmox/download-proxmox-essentials.sh index 70f0223..859d1fa 100644 --- a/files/proxmox/download-proxmox-essentials.sh +++ b/files/proxmox/download-proxmox-essentials.sh @@ -14,7 +14,7 @@ fi # check for pve directory if [[ -d /etc/pve ]] ; then - wget -O /root/scrips/proxmox-pve-essentials.sh https://aknlw.com/proxmox-pve-essentials + wget -O /root/scripts/proxmox-pve-essentials.sh https://aknlw.com/proxmox-pve-essentials wget -O /root/scripts/proxmox-post-pve-install.sh https://aknlw.com/proxmox-post-pve-install wget -O /root/scripts/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean chmod +x /root/scripts/proxmox-*.sh