From 139f694f2dca36af49544eb5060d0f90414ffd20 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Mon, 24 Oct 2022 07:55:26 -0500 Subject: [PATCH] Updated Install Script --- installfull.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installfull.sh b/installfull.sh index 21eedce..b7c655c 100755 --- a/installfull.sh +++ b/installfull.sh @@ -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