fixed typo

This commit is contained in:
2023-08-02 13:46:50 -05:00
parent ddbe7e3bf2
commit c9b500660f

View File

@@ -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