Ignore error on rclone as it'll error even if the current version is installed
This commit is contained in:
parent
05b128ac1c
commit
e8a5d35502
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue