Compare commits
No commits in common. "474f8e46841402d708b99a7f9c61ce7225c87e36" and "0b546893d93b13903ff990c1c7289620db9022b1" have entirely different histories.
474f8e4684
...
0b546893d9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ host="$(hostname)"
|
|||
os='Linux' # 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="$(spkg list | wc -l)"
|
||||
packages="$(spkg cache database list | wc -l)"
|
||||
shell="$(basename "${SHELL}")"
|
||||
|
||||
## UI DETECTION
|
||||
|
|
Loading…
Reference in a new issue