This commit is contained in:
araison 2024-01-21 20:02:30 +01:00
parent c7d525cef9
commit 5c8afbad6f

View File

@ -41,12 +41,12 @@ done
fi
echo "Installing side packages"
for file in $ls(programs/others/**/*.sh)
for file in programs/others/**/*.sh
do
bash ${file}
done
echo "Installing dotfiles"
for file in $ls(program/dotfiles/**/*.sh)
for file in program/dotfiles/**/*.sh
do
bash ${file}
done