From e8a5d3550201d4ff1c0c54cddb97ae7ca7c60d0c Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 23:04:02 +0000 Subject: [PATCH] Ignore error on rclone as it'll error even if the current version is installed --- update-software.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/update-software.yml b/update-software.yml index 43bfb9f..5a32a3a 100644 --- a/update-software.yml +++ b/update-software.yml @@ -12,5 +12,6 @@ command: restic self-update - name: /usr/bin/rclone rclone shell: curl https://rclone.org/install.sh | bash + ignore_errors: yes - name: Update FileBrowser shell: curl -fsSL https://filebrowser.org/get.sh | bash