Fix dep update database
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-06-04 23:59:40 +02:00
parent 4c8bbb927b
commit 144062604b

View file

@ -19,6 +19,7 @@ build() {
cp "$pkg"{,.sig} /repo/
repo-add -R -s /repo/nyyu.db.tar.zst /repo/"$pkg"
done
pacman -Sy
fi
fi
}