From bbc764325b95ce35a6bc3826407454d60a78fde2 Mon Sep 17 00:00:00 2001 From: araison Date: Sun, 21 Jan 2024 22:02:45 +0100 Subject: [PATCH] Fixing bug --- setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install.sh b/setup/install.sh index 539ae6a..511c161 100644 --- a/setup/install.sh +++ b/setup/install.sh @@ -41,7 +41,7 @@ done fi echo "Installing side packages" -for file in programs/others/**/*.sh +for file in $(find programs/others/ -name '*.sh') do bash ${file} done