Installing Pagerduty Rundeck OSS
The official guide for installing Rundeck OSS is outdated and won’t work without a lot of messing around. I’ve modernized the install process
First get the GPG key
sudo curl -L https://packages.rundeck.com/pagerduty/rundeck/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/rundeck.gpgThen update/setup the new source /etc/apt/sources.list.d/rundeck.sources
sudo -i first
cat << EOF > /etc/apt/sources.list.d/rundeck.sourcesTypes: deb deb-srcURIs: https://packages.rundeck.com/pagerduty/rundeck/any/Suites: anyComponents: mainSigned-By: /usr/share/keyrings/rundeck.gpgEOFThen install it
sudo apt updatesudo apt install rundeck