Merge pull request #116 from dawidd6/master

This commit is contained in:
Dylan Araps 2016-02-28 21:20:14 +11:00
commit 054b857763
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
### Debian / Ubuntu ### Debian / Ubuntu
1. Add the 3rd party repo 1. Add the 3rd party repo
- `echo "deb https://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list` - `echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list`
2. If you don't have curl, install it with this command 2. If you don't have curl, install it with this command
- `sudo apt-get install curl` - `sudo apt-get install curl`
3. Add public key and update your repos 3. Add public key and update your repos