Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
838bcb80
Commit
838bcb80
authored
Feb 28, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #114 from dawidd6/master
add instructions to install on debian/ubuntu
parents
2eb6dbf9
d0ada63e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
README.md
+11
-0
No files found.
README.md
View file @
838bcb80
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment