added restic install

This commit is contained in:
2023-10-10 12:52:43 -05:00
parent c2605164e7
commit 031717264e

View File

@@ -6,6 +6,8 @@ if [ "$EUID" -ne 0 ]
exit exit
fi fi
apt update
apt-get install -y restic
mkdir -pv /home/akanealw/.config/wrestic mkdir -pv /home/akanealw/.config/wrestic
mkdir -pv /home/akanealw/restic/restore mkdir -pv /home/akanealw/restic/restore
mkdir /root/restic/restore mkdir /root/restic/restore