Update build.sh and build db
This commit is contained in:
parent
7f7f2590ef
commit
6ce6671735
1
build.sh
1
build.sh
|
@ -8,6 +8,7 @@ buildDatabase() {
|
||||||
|
|
||||||
while read -r pkg; do
|
while read -r pkg; do
|
||||||
repo-add -s -n -R -k "199980CE93F18E62" calrepo.db.tar.gz "$pkg"
|
repo-add -s -n -R -k "199980CE93F18E62" calrepo.db.tar.gz "$pkg"
|
||||||
|
rm -rf *.old*
|
||||||
done < "$1"
|
done < "$1"
|
||||||
|
|
||||||
cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue