fixup! wip: use persistent volumes for portage, binpkgs

This commit is contained in:
2024-12-23 19:30:43 -06:00
parent d667070a51
commit 6d466852a0

View File

@@ -2,7 +2,8 @@
if [ ! -f /var/db/repos/gentoo/metadata/timestamp ]; then
emerge-webrsync
else
fi
if [ "$(find /var/db/repos/gentoo/metadata -newermt '-24 hours' | wc -l)" -eq 0 ]; then
emaint sync
fi