added line to make scripts folder if not exist
This commit is contained in:
@@ -12,6 +12,7 @@ if [[ ! -f /home/akanealw/.config/wrestic/wrestic.toml ]]
|
||||
apt-get install -y restic
|
||||
mkdir -pv /home/akanealw/.config/wrestic
|
||||
mkdir -pv /home/akanealw/restic/restore
|
||||
mkdir -pv /home/akanealw/scripts
|
||||
mkdir -pv /root/restic/restore
|
||||
wget -qO /usr/local/bin/wrestic http://192.168.1.50/files/wrestic/wrestic
|
||||
wget -qO /home/akanealw/.config/wrestic/wrestic.toml http://192.168.1.50/files/wrestic/wrestic-local.toml
|
||||
|
||||
Reference in New Issue
Block a user