mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 04:50:31 +02:00
Fix URL for flood-for-transmission download
https://github.com/alexbelgium/hassio-addons/issues/2422
This commit is contained in:
@@ -40,7 +40,7 @@ if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ] && [ ! "$C
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"flood-for-transmission")
|
"flood-for-transmission")
|
||||||
curl -o /tmp/flood-for-transmission.tar.gz -L "https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.tar.gz"
|
curl -o /tmp/flood-for-transmission.tar.gz -L "https://github.com/johman10/flood-for-transmission/releases/latest/download/flood-for-transmission.tar.gz"
|
||||||
tar xf /tmp/flood-for-transmission.tar.gz -C /
|
tar xf /tmp/flood-for-transmission.tar.gz -C /
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user