diff --git a/restic/restic-sftp/restic-sftp-install.sh b/restic/restic-sftp/restic-sftp-install.sh index daaae80..8d2e7e6 100644 --- a/restic/restic-sftp/restic-sftp-install.sh +++ b/restic/restic-sftp/restic-sftp-install.sh @@ -2,12 +2,12 @@ mkdir -p /root/scripts/restic -wget -qO http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-backup.sh -wget -qO http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-etc.sh -wget -qO http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-home-akanealw.sh -wget -qO http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-opt.sh -wget -qO http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-root.sh -wget -qO http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-init.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-backup.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-etc.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-home-akanealw.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-opt.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-export-root.sh +wget -q http://192.168.1.50/scripts/restic/restic-sftp/restic-sftp-init.sh mv /root/restic-sftp-* /root/scripts/restic chmod +x /root/scripts/restic/*