UpdateΒΆ
The Reemo Agent uses different update mechanisms depending on the operating system.
Note
On Windows, the agent updates automatically.
No manual action is required.
On Linux, there is no auto-update. To update the agent, simply rerun the installation script corresponding to your distribution.
Debian Based (Ubuntu, Debian, etc.) (64-bit)
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/deb/setup.x'
sudo bash /tmp/reemo.x
Fedora (64-bit)
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/rpm/setup.x'
sudo bash /tmp/reemo.x
Arch Linux (64-bit)
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/arch/setup.x'
sudo bash /tmp/reemo.x
It is not necessary to uninstall the previous version: the script will automatically update the existing agent.
Note
On macOS, the agent updates automatically.
No manual intervention is required.