Fix location path for Server Monitor installation on Linux/Mac #1

Closed
opened 2026-04-05 16:18:40 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @zaakiy on 4/5/2026

Currently, Set up your Server Monitor (Linux/Mac) reads:

curl -sSL https://oneuptime.kelsiem.com/docs/static/scripts/infrastructure-agent/install.sh | sudo bash 

It should instead be

curl -sSL https://oneuptime.com/install.sh | bash
*Originally created by @zaakiy on 4/5/2026* Currently, `Set up your Server Monitor (Linux/Mac)` reads: ``` curl -sSL https://oneuptime.kelsiem.com/docs/static/scripts/infrastructure-agent/install.sh | sudo bash ``` It should instead be ``` curl -sSL https://oneuptime.com/install.sh | bash ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1