Update a dedicated server

Description of your first forum.
Post Reply
davidryan254
Posts: 8
Joined: Wed Jan 21, 2015 5:05 pm

Update a dedicated server

Post by davidryan254 » Thu Apr 16, 2015 8:58 am

Hi everyone,

what is the command to update a dedicated server ?

ethannicholas50
Posts: 6
Joined: Wed Jan 21, 2015 5:22 pm

Re: Update a dedicated server

Post by ethannicholas50 » Mon Apr 20, 2015 10:36 am

sudo -u steam -i

Update the Arma 3 Linux dedicated server. The validate option will check for corruption.
app_update 233780 validate

smichael937
Posts: 7
Joined: Wed Jan 21, 2015 5:08 pm

Re: Update a dedicated server

Post by smichael937 » Wed Apr 22, 2015 11:34 am

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)

Post Reply