Fix URL for flood-for-transmission download

https://github.com/alexbelgium/hassio-addons/issues/2422
This commit is contained in:
Alexandre
2026-01-31 10:58:39 +01:00
committed by GitHub
parent 2c2c7a9282
commit e31da75083

View File

@@ -40,7 +40,7 @@ if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ] && [ ! "$C
;;
"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 /
;;