You've already forked factorio-server-manager
mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-07-17 01:22:28 +02:00
changed from mroote to OFSM
This commit is contained in:
@ -14,7 +14,7 @@ WORKDIR /opt/
|
||||
RUN curl -s -L -S -k https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 -o /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
|
||||
tar Jxf /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
|
||||
rm /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
|
||||
curl -sLSk https://github.com/mroote/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux-${MANAGER_VERSION}.zip \
|
||||
curl -sLSk https://github.com/OpenFactorioServerManager/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux-$MANAGER_VERSION.zip \
|
||||
--cacert /opt/github.pem -o /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
|
||||
unzip -qq /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
|
||||
rm /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
|
||||
|
0
docker/build.sh
Normal file → Executable file
0
docker/build.sh
Normal file → Executable file
Reference in New Issue
Block a user