Merge pull request #232 from dawidd6/master

updated ubuntu installation instructions
This commit is contained in:
Dylan Araps 2016-04-29 19:17:18 +10:00
commit 1ccb861216

View file

@ -24,7 +24,8 @@ Checkout the wiki, I've updated/added some new pages!<br \>
- [Arch Linux](#arch)
- [Gentoo / Funtoo](#gentoo--funtoo)
- [CRUX](#crux)
- [Debian / Ubuntu](#debian--ubuntu)
- [Ubuntu](#ubuntu)
- [Debian](#debian)
- [Fedora](#fedora)
- [RHEL / CentOS](#rhel--centos)
- [Void Linux](#void-linux)
@ -136,7 +137,8 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
- [Arch Linux](#arch)
- [Gentoo / Funtoo](#gentoo--funtoo)
- [CRUX](#crux)
- [Debian / Ubuntu](#debian--ubuntu)
- [Ubuntu](#ubuntu)
- [Debian](#debian)
- [Fedora](#fedora)
- [RHEL / CentOS](#rhel--centos)
- [Void Linux](#void-linux)
@ -185,8 +187,16 @@ Or alternatively use the [port](https://github.com/tudurom/crux-ports/blob/maste
3. Install the package
- `sudo pkgadd neofetch#git-*.pkg.tar.gz`
### Ubuntu
### Debian / Ubuntu
1. Add PPA
- `sudo add-apt-repository ppa:dawidd0811/neofetch`
2. Update repositories
- `sudo apt update`
3. Install the package
- `sudo apt install neofetch`
### Debian
1. Add the 3rd party repo
- `echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list`