Hi everyone,
what is the command to update a dedicated server ?
Update a dedicated server
-
- Posts: 6
- Joined: Wed Jan 21, 2015 5:22 pm
Re: Update a dedicated server
sudo -u steam -i
Update the Arma 3 Linux dedicated server. The validate option will check for corruption.
app_update 233780 validate
Update the Arma 3 Linux dedicated server. The validate option will check for corruption.
app_update 233780 validate
-
- Posts: 7
- Joined: Wed Jan 21, 2015 5:08 pm
Re: Update a dedicated server
commands :
===============
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)
===============
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)