- Update to deluge 2.2.0
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user