From a7f65763f4c3969a8561abeead9757c76bb4881b Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Sun, 10 May 2026 01:39:08 -0500 Subject: [PATCH] Bash executes lines --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bd21a8d..a6aa3b2 100755 --- a/install.sh +++ b/install.sh @@ -53,7 +53,7 @@ function displayYesNo { } function displayCmd { echo -e "- Running $(styleColor "green")$2$(styleColorRst)..." - $1 >> /tmp/objnull-dotfile-installer.log + bash -c "$1" >> /tmp/objnull-dotfile-installer.log if [ $? -ne 0 ]; then echo -e "\t---$(styleColor "red")Previous command failed!$(styleColorRst)---"