updated scripts

This commit is contained in:
2023-08-02 13:41:33 -05:00
parent 8f2067fab4
commit 9b2da63848
3 changed files with 8 additions and 14 deletions

View File

@@ -5,12 +5,16 @@ rm /root/proxmox-*
# check for pbs directory
if [[ -d /etc/proxmox-backup ]] ; then
wget -O /root/proxmox-pbs-essentials.sh https://aknlw.com/proxmox-pbs-essentials
chmod +x /root/proxmox-pbs-essentials.sh
wget -O /root/proxmox-pbs-essentials.sh https://aknlw.com/proxmox-pbs-essentials
wget -O /root/proxmox-post-pbs-install.sh https://aknlw.com/proxmox-post-pbs-install
wget -O /root/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean
chmod +x proxmox-*.sh
fi
# check for pve directory
if [[ -d /etc/pve ]] ; then
wget -O /root/proxmox-pve-essentials.sh https://aknlw.com/proxmox-pve-essentials
chmod +x /root/proxmox-pve-essentials.sh
wget -O /root/proxmox-pve-essentials.sh https://aknlw.com/proxmox-pve-essentials
wget -O /root/proxmox-post-pve-install.sh https://aknlw.com/proxmox-post-pve-install
wget -O /root/proxmox-kernel-clean.sh https://aknlw.com/proxmox-kernel-clean
chmod +x /root/proxmox-*.sh
fi

View File

@@ -65,7 +65,3 @@ git config --global credential.helper store
git config --global user.name "akanealw"
git config --global user.email "akanealw@gmail.com"
git config --global init.defaultBranch main
# download scripts
wget https://aknlw.com/proxmox-post-pbs-install
chmod +x proxmox-post-pbs-install

View File

@@ -71,9 +71,3 @@ git config --global credential.helper store
git config --global user.name "akanealw"
git config --global user.email "akanealw@gmail.com"
git config --global init.defaultBranch main
# download scripts
wget https://aknlw.com/proxmox-post-pve-install
wget https://aknlw.com/proxmox-kernel-clean
chmod +x proxmox-post-pve-install
chmod +x proxmox-kernel-clean