diff options
Diffstat (limited to 'bin/update-md5.sh')
-rwxr-xr-x | bin/update-md5.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/update-md5.sh b/bin/update-md5.sh index 05eca90..10c7d75 100755 --- a/bin/update-md5.sh +++ b/bin/update-md5.sh @@ -1,5 +1,7 @@ #!/bin/bash +mkdir -p /var/cache/pgo-egencache + cd /mnt/packages-tree/gentoo/ || exit 1 egencache -j 6 --cache-dir /var/cache/pgo-egencache --repo gentoo --repositories-configuration '[gentoo] location = /mnt/packages-tree/gentoo' --update |