From c9b500660fb7a6f62a2ab5d2e441d754e7dadc7f Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 2 Aug 2023 13:46:50 -0500 Subject: [PATCH] fixed typo --- files/proxmox/download-proxmox-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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