updated for testing

This commit is contained in:
2023-10-10 12:44:23 -05:00
parent f4f8dc90a4
commit 4659e81552

View File

@@ -6,8 +6,8 @@ if [ "$EUID" -ne 0 ]
exit exit
fi fi
mkdir /home/akanealw/.config/wrestic mkdir -pv /home/akanealw/.config/wrestic
mkdir /home/akanealw/restic/restore mkdir -pv /home/akanealw/restic/restore
mkdir /root/restic/restore mkdir /root/restic/restore
wget -O /usr/sbin/local/wrestic http://192.168.1.50/files/wrestic/wrestic wget -O /usr/sbin/local/wrestic http://192.168.1.50/files/wrestic/wrestic
wget -O /home/akanealw/.config/wrestic/wrestic.toml http://192.168.1.50/files/wrestic/wrestic.toml wget -O /home/akanealw/.config/wrestic/wrestic.toml http://192.168.1.50/files/wrestic/wrestic.toml