Commit d0ada63e authored by dawidd6's avatar dawidd6

add instructions to install on debian/ubuntu

parent 2eb6dbf9
...@@ -140,6 +140,17 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD ...@@ -140,6 +140,17 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
4. Install the package 4. Install the package
- `sudo prt-get depinst neofetch` - `sudo prt-get depinst neofetch`
### Debian / Ubuntu
1. Add the 3rd party repo
- `echo "deb https://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
- `sudo apt-get install curl`
3. Add public key and update your repos
- `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`
4. Install the package
- `sudo apt-get install neofetch`
### Others ### Others
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment