forked from alnux/repo
update ufetch
This commit is contained in:
parent
5cb25f859d
commit
7cb476a45e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ host="$(hostname)"
|
|||
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='$(aps list | wc -l)'
|
||||
packages="$(aps list | sed "s/README.md//" | wc -l)"
|
||||
shell="$(basename "${SHELL}")"
|
||||
|
||||
## UI DETECTION
|
||||
|
|
Loading…
Reference in a new issue