Skip to content

Commit

Permalink
debian apt instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 30, 2016
1 parent 9c55b1a commit a85fc9a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,11 @@ $ echo "gpgkey=http://rundeck.org/keys/BUILD-GPG-KEY-Rundeck.org.key" >> /etc/yu
[ ![Download](https://api.bintray.com/packages/rundeck/rundeck-deb/rundeck-cli/images/download.svg?version={{site.app_version}}) ](https://bintray.com/rundeck/rundeck-deb/rundeck-cli/{{site.app_version}}/link)
via Bintray

*TODO: describe install...*
~~~{.sh}
echo "deb https://dl.bintray.com/rundeck/rundeck-deb /" | sudo tee -a /etc/apt/sources.list
curl "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" > /tmp/bintray.gpg.key
apt-key add - < /tmp/bintray.gpg.key
apt-get -y install apt-transport-https
apt-get -y update
apt-get -y install rundeck-cli
~~~

0 comments on commit a85fc9a

Please sign in to comment.