From a079dd6f57d76d9ee83a820894bfb5a041eae67c Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 10 May 2024 14:33:50 +0900 Subject: [PATCH] Update wallust.sh --- install-scripts/wallust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/wallust.sh b/install-scripts/wallust.sh index b63617c..cd75913 100755 --- a/install-scripts/wallust.sh +++ b/install-scripts/wallust.sh @@ -47,7 +47,7 @@ printf "${NOTE} Installing wallust...\n" if git clone --depth 1 -b $wal_tag https://codeberg.org/explosion-mental/wallust.git; then cd wallust || exit 1 make - if sudo cmake --install 2>&1 | tee -a "$MLOG" ; then + if sudo make install 2>&1 | tee -a "$MLOG" ; then printf "${OK} wallust installed successfully.\n" 2>&1 | tee -a "$MLOG" else echo -e "${ERROR} Installation failed for wallust." 2>&1 | tee -a "$MLOG"