forked from alnux/repo
Compare commits
No commits in common. "7a6e56b31db2876f59a73e9598814c39a48dcf9a" and "0cd07e3c8d1a1b42720d938374c9c6511696aa1a" have entirely different histories.
7a6e56b31d
...
0cd07e3c8d
4 changed files with 11 additions and 4 deletions
|
@ -11,6 +11,4 @@ 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
|
./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
|
||||||
make install DESTDIR="$1"
|
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
|
echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so
|
||||||
|
|
8
ufetch/payload/usr/bin/patch
Normal file
8
ufetch/payload/usr/bin/patch
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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)"
|
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
# user is already defined
|
# user is already defined
|
||||||
host="$(hostname)"
|
host="$(hostname)"
|
||||||
os='Alnux' # I'd just like to interject for a moment...
|
os='Linux' # 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 | sed "s/README.md//" | wc -l)"
|
packages='unknown'
|
||||||
shell="$(basename "${SHELL}")"
|
shell="$(basename "${SHELL}")"
|
||||||
|
|
||||||
## UI DETECTION
|
## UI DETECTION
|
||||||
|
|
1
ufetch/postdeploy
Executable file
1
ufetch/postdeploy
Executable file
|
@ -0,0 +1 @@
|
||||||
|
patch -p1 < patch
|
Loading…
Reference in a new issue