Upgrading Dhound agent on Linux

Connect to your server via SSH and run the command below:

Upgrade dhound-agentcurl https://raw.githubusercontent.com/dhound-io/dhound-agent/master/publish/install-agent.sh  2>/dev/null | sudo bash -s -- -u

Check version

Dhound-agent writes its version during restarting into dhound output log file:

tail -n 100 /var/log/dhound-agent/dhound.log

See Also