From 93ac25b890527b7c403564b22a8373f78dbe121a Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Sat, 9 May 2026 21:48:39 -0500 Subject: [PATCH] Add success message --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 33b7a6b..02f5c02 100755 --- a/install.sh +++ b/install.sh @@ -57,6 +57,8 @@ function displayCmd { if [ $? -ne 0 ]; then echo -e "\t---$(styleColor "red")Previous command failed!$(styleColorRst)---" + else + echo -e "- $2: $(styleColor "green")Done$(styleColorRst)" fi }