-
-
Notifications
You must be signed in to change notification settings - Fork 14
Update Linux Web Services
Daemon Forge edited this page Aug 27, 2021
·
2 revisions
- Stop Service
sudo systemctl stop DayZWebService- Enter the directory
cd /var/opt/DayZWebApi- Download file and override the existing file
sudo wget https://github.com/daemonforge/DayZ-UniveralApi/releases/download/Latest-Linux/dayzwebservice-linux -O dayzwebservice-linux- make sure it has execute permissions
sudo chmod +x dayzwebservice-linux- Restart service
sudo systemctl start DayZWebService