Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Update Debian/Ubuntu installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesottinger committed Jan 22, 2015
1 parent 91aae0f commit c0616ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Linode CLI is currently packaged for Debian, Ubuntu, and through Homebrew on Mac
### Debian/Ubuntu

```
sudo bash -c 'echo "deb http://apt.linode.com/ stable main" > /etc/apt/sources.list.d/linode.list'
sudo bash -c 'echo "deb http://apt.linode.com/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/linode.list'
wget -O- https://apt.linode.com/linode.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install linode-cli
Expand Down

0 comments on commit c0616ad

Please sign in to comment.