mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Don't forget to switch to the branch!
Also, since this is a fresh release install, don't bother moving any old binary out of the way.
This commit is contained in:
parent
0872b2ceb7
commit
e346b0d90a
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](ht
|
|||
```shell
|
||||
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
||||
cd dayzdockerserver
|
||||
git checkout release-server
|
||||
# Edit the config file and set the server name. It's the first line of the file.
|
||||
nano files/serverDZ.cfg
|
||||
# Build the docker images
|
||||
|
@ -22,7 +23,6 @@ dz login
|
|||
dz install
|
||||
# Download the "1.21 stable release" file.
|
||||
cd /serverfiles
|
||||
mv DayZServer DayZServer.release
|
||||
wget https://cdn.discordapp.com/attachments/491622000935305217/1119206127750615101/DayZServer
|
||||
chmod 755 DayZServer
|
||||
# Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience.
|
||||
|
|
Loading…
Add table
Reference in a new issue