Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
Changed the Add Yum Repo command to:
curl -s https://packagecloud.io/install/repositories/pagerduty/rundeck/script.rpm.sh?any=true | sudo bash

Previous command (using raw.githubusercontent.com) wasn't working.
  • Loading branch information
brmdias authored Dec 13, 2024
1 parent c706454 commit ec9730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rd-cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rd-{{$cliVersion}}/bin/rd
Add Yum Repo:

~~~{.sh}
curl https://raw.githubusercontent.com/rundeck/packaging/main/scripts/rpm-setup.sh 2> /dev/null | bash -s rundeck
curl -s https://packagecloud.io/install/repositories/pagerduty/rundeck/script.rpm.sh?any=true | sudo bash
~~~

Optional: enable all gpg checks:
Expand Down

0 comments on commit ec9730e

Please sign in to comment.