Upgrading the Linux agent on Redhat or CentOS
-
On Redhat, Fedora or CentOS, you should upgrade the agent like this:
Do this while logged in as your user (not root), in a Terminal window:
Run:
wget https://s3.amazonaws.com/triggercmdagents/triggercmdagent-1.0.1.x86_64.rpm
systemctl stop triggercmdagent
sudo yum reinstall ./triggercmdagent-1.0.1.x86_64.rpm
systemctl start triggercmdagent