Updated Install Script

This commit is contained in:
2022-10-24 07:55:26 -05:00
parent d3321b2a43
commit 139f694f2d

View File

@@ -15,8 +15,11 @@ curses_url="https://invisible-mirror.net/archives/ncurses/current/ncurses.tar.gz
./configure --with-pthread --with-shared > /dev/null
echo "Running make..."
make -j"${cores}" > /dev/null
cd lib || exit
FILE=libncursest.so.?.?
#fi
if cmp --silent -- "./lib/libncursest.so" "/lib/libncursest.so"; then
if ls /lib/${FILE} 1> /dev/null 2>&1 ; then
echo "You have a version of ncurses that was identical to the one that was compiled."
echo " Quitting..."
exit