- Update to deluge 2.2.0

This commit is contained in:
2025-06-12 08:33:15 +02:00
parent 9b60671ac8
commit 11c4307315
4 changed files with 12 additions and 4 deletions

View File

@@ -73,9 +73,9 @@ environment=HOME='${DELUGE_HOME}
RUN urpmi.update -a \
RUN useradd --home-dir ${DELUGE_HOME} --password "" deluge \
&& urpmi.update -a \
&& urpmi --force deluge --no-recommends \
&& useradd --home-dir ${DELUGE_HOME} --password "" deluge \
&& mkdir ${DELUGE_SPOOL} \
&& echo -e "${DELUGED}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/deluged \
&& chmod a+x /etc/init.d/deluged \