added quotes in curl + small cosmetical changes

This commit is contained in:
dawidd6 2016-03-17 15:29:01 +01:00
parent cf87ac5b49
commit acd725712b
1 changed files with 6 additions and 4 deletions

View File

@ -164,15 +164,16 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
1. Add the 3rd party repo 1. Add the 3rd party repo
- `echo "deb http://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. Add public key (you need to have curl installed)
- `sudo apt-get install curl` - `curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key`
3. Add public key and update your repos 3. Update repositories
- `curl -L https://bintray.com/user/downloadSubjectPublicKey?username=bintray -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key && sudo apt-get update` - `sudo apt-get update`
4. Install the package 4. Install the package
- `sudo apt-get install neofetch` - `sudo apt-get install neofetch`
### Fedora ### Fedora
1. Make sure you have installed `dnf-plugins-core` 1. Make sure you have installed `dnf-plugins-core`
- `sudo dnf install dnf-plugins-core` - `sudo dnf install dnf-plugins-core`
2. Enable COPR repository 2. Enable COPR repository
@ -191,6 +192,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
* NOTE: This will only work in RHEL/CentOS 7 * NOTE: This will only work in RHEL/CentOS 7
### Mac OS X ### Mac OS X
1. Install `neofetch` with Homebrew 1. Install `neofetch` with Homebrew
- `brew install neofetch` - `brew install neofetch`