Update SVR.JS installer command
This commit is contained in:
parent
a93ee1f0c8
commit
a8cdf55eae
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM devuan/devuan:stable
|
FROM devuan/devuan:stable
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y curl
|
RUN apt install -y curl
|
||||||
RUN curl -fsSL https://downloads.svrjs.org/installer/svr.js.installer.linux.20240506.sh > /tmp/installer.sh
|
RUN curl -fsSL https://downloads.svrjs.org/installer/svr.js.installer.linux.20240509.sh > /tmp/installer.sh
|
||||||
RUN echo "#!/bin/bash" > /tmp/confirm.sh; echo "echo 0" >> /tmp/confirm.sh; echo "yes" >> /tmp/confirm.sh
|
RUN echo "#!/bin/bash" > /tmp/confirm.sh; echo "echo 0" >> /tmp/confirm.sh; echo "yes" >> /tmp/confirm.sh
|
||||||
RUN chmod +x /tmp/confirm.sh
|
RUN chmod +x /tmp/confirm.sh
|
||||||
RUN /tmp/confirm.sh | bash /tmp/installer.sh
|
RUN /tmp/confirm.sh | bash /tmp/installer.sh
|
||||||
|
|
Loading…
Reference in a new issue