From 9e21fe017c6b9771db74f748ed8da4f340ddbf27 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 23:05:58 +0000 Subject: [PATCH] Ignore warning --- update-software.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/update-software.yml b/update-software.yml index 5a32a3a..380e416 100644 --- a/update-software.yml +++ b/update-software.yml @@ -13,5 +13,6 @@ - name: /usr/bin/rclone rclone shell: curl https://rclone.org/install.sh | bash ignore_errors: yes + warn: false - name: Update FileBrowser shell: curl -fsSL https://filebrowser.org/get.sh | bash