change url to long url
This commit is contained in:
@@ -9,18 +9,18 @@ rm /root/scripts/proxmox-* > /dev/null 2>&1
|
|||||||
|
|
||||||
# check for pve directory
|
# check for pve directory
|
||||||
if [[ -d /etc/pve ]] ; then
|
if [[ -d /etc/pve ]] ; then
|
||||||
wget -qO /root/scripts/proxmox-pve-essentials.sh https://aknlw.com/proxmox-pve-essentials
|
wget -qO /root/scripts/proxmox-pve-essentials.sh https://scripts.akanealw.com/proxmox/proxmox-pve-essentials
|
||||||
wget -qO /root/scripts/proxmox-post-pve-install.sh https://aknlw.com/proxmox-post-pve-install
|
wget -qO /root/scripts/proxmox-post-pve-install.sh https://scripts.akanealw.com/proxmox/proxmox-post-pve-install
|
||||||
wget -qO /root/scripts/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean
|
wget -qO /root/scripts/proxmox-kernel-clean.sh https://scripts.akanealw.com/proxmox/proxmox-kernel-clean
|
||||||
chmod +x /root/scripts/proxmox-*.sh
|
chmod +x /root/scripts/proxmox-*.sh
|
||||||
/root/scripts/proxmox-pve-essentials.sh
|
/root/scripts/proxmox-pve-essentials.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check for pbs directory
|
# check for pbs directory
|
||||||
if [[ -d /etc/proxmox-backup ]] ; then
|
if [[ -d /etc/proxmox-backup ]] ; then
|
||||||
wget -qO /root/scripts/proxmox-pbs-essentials.sh https://aknlw.com/proxmox-pbs-essentials
|
wget -qO /root/scripts/proxmox-pbs-essentials.sh https://scripts.akanealw.com/proxmox/proxmox-pbs-essentials
|
||||||
wget -qO /root/scripts/proxmox-post-pbs-install.sh https://aknlw.com/proxmox-post-pbs-install
|
wget -qO /root/scripts/proxmox-post-pbs-install.sh https://scripts.akanealw.com/proxmox/proxmox-post-pbs-install
|
||||||
wget -qO /root/scripts/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean
|
wget -qO /root/scripts/proxmox-kernel-clean.sh https://scripts.akanealw.com/proxmox/proxmox-kernel-clean
|
||||||
chmod +x /root/scripts/proxmox-*.sh
|
chmod +x /root/scripts/proxmox-*.sh
|
||||||
/root/scripts/proxmox-pbs-essentials.sh
|
/root/scripts/proxmox-pbs-essentials.sh
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user