added run script for proxmox
This commit is contained in:
@@ -10,6 +10,7 @@ if [[ -d /etc/proxmox-backup ]] ; then
|
||||
wget -qO /root/scripts/proxmox-post-pbs-install.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/post-pbs-install.sh
|
||||
wget -qO /root/scripts/proxmox-kernel-clean.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/kernel-clean.sh
|
||||
chmod +x /root/scripts/proxmox-*.sh
|
||||
/root/scripts/proxmox-pbs-essentials.sh
|
||||
fi
|
||||
|
||||
# check for pve directory
|
||||
@@ -18,4 +19,5 @@ if [[ -d /etc/pve ]] ; then
|
||||
wget -qO /root/scripts/proxmox-post-pve-install.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/post-pve-install.sh
|
||||
wget -qO /root/scripts/proxmox-kernel-clean.sh https://raw.githubusercontent.com/tteck/Proxmox/main/misc/kernel-clean.sh
|
||||
chmod +x /root/scripts/proxmox-*.sh
|
||||
/root/scripts/proxmox-pve-essentials.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user