Skip to content

Commit

Permalink
Update default resources mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
syynek authored Dec 16, 2023
1 parent 0380590 commit 6cedb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN wget -q -O mta.tar.gz https://nightly.multitheftauto.com/multitheftauto_linu
# Download default resources
RUN mkdir /var/lib/mtasa/mods/deathmatch/resources && \
cd /var/lib/mtasa/mods/deathmatch/resources && \
wget -O res.zip https://mirror.mtasa.com/mtasa/resources/mtasa-resources-latest.zip && \
wget -O res.zip https://mirror-cdn.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip && \
unzip res.zip && \
rm res.zip

Expand Down

0 comments on commit 6cedb8a

Please sign in to comment.