File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ENV COUNTER_STRIKE_SHARP_URL=https://github.com/roflmuffin/CounterStrikeSharp/re
8080
8181ENV METAMOD_CSGO_URL=https://mms.alliedmods.net/mmsdrop/1.12/mmsource-1.12.0-git1219-linux.tar.gz
8282ENV SOURCEMOD_CSGO_URL=https://sm.alliedmods.net/smdrop/1.13/sourcemod-1.13.0-git7297-linux.tar.gz
83- ENV NO_LOBBY_RESERVATION_URL=https://github.com/eldoradoel /NoLobbyReservation/archive/refs/heads/master .zip
83+ ENV NO_LOBBY_RESERVATION_URL=https://github.com/nuxencs /NoLobbyReservation/releases/download/v0.0.1/NoLobbyReservation .zip
8484
8585RUN apt-get update && \
8686 apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 3535cp -R " /opt/csgo-sourcemod/cfg" " ${INSTANCE_SERVER_DIR} /csgo"
3636cp -R " /opt/csgo-sourcemod/addons" " ${INSTANCE_SERVER_DIR} /csgo"
3737cp -R " /opt/csgo-metamod/addons" " ${INSTANCE_SERVER_DIR} /csgo"
38- cp -R " /opt/csgo-no-lobby-reservation/NoLobbyReservation-master/csgo/ addons" " ${INSTANCE_SERVER_DIR} /csgo"
38+ cp -R " /opt/csgo-no-lobby-reservation/addons" " ${INSTANCE_SERVER_DIR} /csgo"
3939
4040echo " ---Create Symbolic Links---"
4141create_symlinks " $BASE_SERVER_DIR " " $INSTANCE_SERVER_DIR "
You can’t perform that action at this time.
0 commit comments