added download proxmox script

This commit is contained in:
2023-08-02 13:32:37 -05:00
parent 8b26d3acd8
commit 314f1f623e

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# remove older scripts
rm /root/proxmox-*
# check for pbs directory
if [[ -d /etc/proxmox-backup ]] ; then
wget -O https://aknlw.com/proxmox-pbs-essentials /root/proxmox-pbs-essentials.sh
fi
# check for pve directory
if [[ -d /etc/pve ]] ; then
wget -O https://aknlw.com/proxmox-pve-essentials /root/proxmox-pve-essentials.sh
fi