From b2e92cdd14af1934f6ec5dd8691e71a8c499a011 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:07:58 +0100 Subject: [PATCH] New transmission web control https://github.com/alexbelgium/hassio-addons/issues/1098 --- transmission/rootfs/etc/cont-init.d/90-customUI.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmission/rootfs/etc/cont-init.d/90-customUI.sh b/transmission/rootfs/etc/cont-init.d/90-customUI.sh index 7d6f4afe3..40e184800 100755 --- a/transmission/rootfs/etc/cont-init.d/90-customUI.sh +++ b/transmission/rootfs/etc/cont-init.d/90-customUI.sh @@ -26,8 +26,8 @@ if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ] && [ ! "$C "transmission-web-control") mkdir -p /tmp/twctemp && \ - TWCVERSION=$(curl -s "https://api.github.com/repos/ronggang/transmission-web-control/releases/latest" | jq -r .tag_name) - curl -o /tmp/twc.tar.gz -L "https://github.com/ronggang/transmission-web-control/archive/${TWCVERSION}.tar.gz" + TWCVERSION=$(curl -s "https://api.github.com/repos/transmission-web-control/transmission-web-control/releases/latest" | jq -r .tag_name) + curl -o /tmp/twc.tar.gz -L "https://github.com/transmission-web-control/transmission-web-control/archive/${TWCVERSION}.tar.gz" tar xf /tmp/twc.tar.gz -C /tmp/twctemp --strip-components=1 mv /tmp/twctemp/src /transmission-web-control # Enables the original UI button in transmission-web-control