fixup! wip: use persistent volumes for portage, binpkgs

Dustin 2024-12-23 19:30:43 -06:00
parent d667070a51
commit 6d466852a0
1 changed files with 2 additions and 1 deletions

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