Fixed bash script formatting

This commit is contained in:
JPyke3 2020-09-10 09:59:59 +10:00 committed by Jacob Pyke
parent e9d6d54d38
commit 6258eab3d9
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