forked from alnux/repo
update ufetch
This commit is contained in:
parent
0cd07e3c8d
commit
5cb25f859d
3 changed files with 2 additions and 11 deletions
|
@ -1,8 +0,0 @@
|
|||
9c9
|
||||
< os='Linux' # I'd just like to interject for a moment...
|
||||
---
|
||||
> os='Alnux' # I'd just like to interject for a moment... Alnux is a linux distro that is closed down and tightly controlled...
|
||||
12c12
|
||||
< packages='unknown'
|
||||
---
|
||||
> packages="$(aps list | wc -l)"
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
# user is already defined
|
||||
host="$(hostname)"
|
||||
os='Linux' # I'd just like to interject for a moment...
|
||||
os='Alnux' # I'd just like to interject for a moment...
|
||||
kernel="$(uname -sr)"
|
||||
uptime="$(uptime | awk -F, '{sub(".*up ",x,$1);print $1}' | sed -e 's/^[ \t]*//')"
|
||||
packages='unknown'
|
||||
packages='$(aps list | wc -l)'
|
||||
shell="$(basename "${SHELL}")"
|
||||
|
||||
## UI DETECTION
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
patch -p1 < patch
|
Loading…
Reference in a new issue