Compare commits

...

3 commits

Author SHA1 Message Date
Ohio2
7a6e56b31d fixed curses-lib since it did not copy to lib 2021-07-13 23:35:16 +02:00
Ohio2
7cb476a45e update ufetch 2021-07-13 22:14:20 +02:00
Ohio2
5cb25f859d update ufetch 2021-07-13 22:13:12 +02:00
4 changed files with 4 additions and 11 deletions

View file

@ -11,4 +11,6 @@ popd
./configure --prefix=/usr --build=$(./config.guess) --mandir=/usr/share/man --with-manpage-format=normal --with-shared --without-debug --without-ada --without-normal --enable-widec
make
make install DESTDIR="$1"
cp libncursesw.so /lib/libncursesw.so
ln -s /lib/libncursesw.so /lib/libncurses.so
echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so

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 | sed "s/README.md//" | wc -l)"
shell="$(basename "${SHELL}")"
## UI DETECTION

View file

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