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 fi
echo "Installing side packages" echo "Installing side packages"
for file in $ls(programs/others/**/*.sh) for file in programs/others/**/*.sh
do do
bash ${file} bash ${file}
done done
echo "Installing dotfiles" echo "Installing dotfiles"
for file in $ls(program/dotfiles/**/*.sh) for file in program/dotfiles/**/*.sh
do do
bash ${file} bash ${file}
done done