Fix installation command to ensure it can follow the redirect #126

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

Originally created by @digitalsparky on 1/29/2026

The install.The URL is a redirect, for curl to follow it, you must use the -L option, otherwise you get an error.

EG:

root@inf1:~# curl https://oneuptime.com/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 107 100 107 0 0 242 0 --:--:-- --:--:-- --:--:-- 243
bash: line 1: Found.: command not found

Title of this pull request?

Install command throws error due to redirect.

Small Description?

Fixes install command to follow the redirect for install.sh

Pull Request Checklist:

  • [ Y] Please make sure all jobs pass before requesting a review.
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
  • [Y] Have you lint your code locally before submission?
  • [Y] Did you write tests where appropriate?

Screenshots (if appropriate):

*Originally created by @digitalsparky on 1/29/2026* The install.The URL is a redirect, for curl to follow it, you must use the -L option, otherwise you get an error. EG: root@inf1:~# curl https://oneuptime.com/install.sh | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 107 100 107 0 0 242 0 --:--:-- --:--:-- --:--:-- 243 bash: line 1: Found.: command not found ### Title of this pull request? Install command throws error due to redirect. ### Small Description? Fixes install command to follow the redirect for install.sh ### Pull Request Checklist: - [ Y] Please make sure all jobs pass before requesting a review. - [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - [Y] Have you lint your code locally before submission? - [Y] Did you write tests where appropriate? ### Related Issue? ### Screenshots (if appropriate):
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#126