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
Showing only changes of commit 7cb476a45e - Show all commits

View file

@ -9,7 +9,7 @@ host="$(hostname)"
os='Alnux' # I'd just like to interject for a moment... os='Alnux' # I'd just like to interject for a moment...
kernel="$(uname -sr)" kernel="$(uname -sr)"
uptime="$(uptime | awk -F, '{sub(".*up ",x,$1);print $1}' | sed -e 's/^[ \t]*//')" 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}")" shell="$(basename "${SHELL}")"
## UI DETECTION ## UI DETECTION