Fixing bug

This commit is contained in:
araison 2024-01-21 22:02:45 +01:00
parent 76b72f0083
commit bbc764325b

View File

@ -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