Add flex, bison, m4 & update ufetch & fix a critical ncurses bug #21

Merged
hippoz merged 4 commits from Ohio2/repo:master into master 2021-07-14 00:59:15 +03:00
3 changed files with 2 additions and 11 deletions
Showing only changes of commit 5cb25f859d - Show all commits

View file

@ -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)"

View file

@ -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

View file

@ -1 +0,0 @@
patch -p1 < patch