From e2e3e657a17f44117a4b457fd5d4f2f2db2c08b4 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 11 Oct 2023 12:39:30 -0500 Subject: [PATCH] added wrestic alias --- proxmox/proxmox-pbs-essentials.sh | 1 + proxmox/proxmox-pve-essentials.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/proxmox/proxmox-pbs-essentials.sh b/proxmox/proxmox-pbs-essentials.sh index c381433..caca5ba 100755 --- a/proxmox/proxmox-pbs-essentials.sh +++ b/proxmox/proxmox-pbs-essentials.sh @@ -66,6 +66,7 @@ echo "alias sreboot='sudo reboot'" >> /etc/bash.bashrc echo "alias spoweroff='sudo poweroff'" >> /etc/bash.bashrc echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc +echo "alias wrestic='sudo wrestic'" >> /etc/bash.bashrc # create tmux config rm /etc/tmux.conf* > /dev/null 2>&1 diff --git a/proxmox/proxmox-pve-essentials.sh b/proxmox/proxmox-pve-essentials.sh index ed4c66e..f75b2d8 100644 --- a/proxmox/proxmox-pve-essentials.sh +++ b/proxmox/proxmox-pve-essentials.sh @@ -75,6 +75,7 @@ echo "alias sreboot='sudo reboot'" >> /etc/bash.bashrc echo "alias spoweroff='sudo poweroff'" >> /etc/bash.bashrc echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc echo "alias tmuxa='tmux attach -t'" >> /etc/bash.bashrc +echo "alias wrestic='sudo wrestic'" >> /etc/bash.bashrc # create tmux config rm /etc/tmux.conf* > /dev/null 2>&1