added download proxmox script
This commit is contained in:
14
files/proxmox/download-proxmox-essentials.sh
Normal file
14
files/proxmox/download-proxmox-essentials.sh
Normal 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
|
||||
Reference in New Issue
Block a user