From 89caef5d0341896f914c01156e8d9acda97b74f4 Mon Sep 17 00:00:00 2001 From: dawidd6 Date: Fri, 29 Apr 2016 11:11:55 +0200 Subject: [PATCH] updated ubuntu installation instructions --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 006af5ae..1ed1589b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Checkout the wiki, I've updated/added some new pages!
- [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`