Fixed bash script formatting

This commit is contained in:
JPyke3 2020-09-10 09:59:59 +10:00
parent c368581ab8
commit cab6ab4828
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@ for f in ../manjaro; do
cp user-repos.conf ../manjaro/"$f"
fi
done
for f in ../community; do
if [ -d "$f" ]; then
cp user-repos.conf ../manjaro/"$f"
fi
done