This website requires JavaScript.
Explore
Help
Register
Sign In
EvolutionOS
/
neofetch
Archived
Watch
1
Star
0
Fork
You've already forked neofetch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Turns out that BSD version number was incorrect
Browse Source
...
This commit is contained in:
Dylan Araps
2016-05-12 20:29:01 +10:00
parent
f09279db3b
commit
e67d6609d1
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
neofetch
Unescape
Escape
View File
@ -507,7 +507,7 @@ getdistro () {
;;
"BSD")
distro="$(uname -s
r
)"
distro="$(uname -s)"
;;
"Windows")
Reference in New Issue
Repository
EvolutionOS/neofetch
Title
Body
Create Issue