diff options
Diffstat (limited to 'gentoo-scripts/herds.sh')
-rw-r--r-- | gentoo-scripts/herds.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gentoo-scripts/herds.sh b/gentoo-scripts/herds.sh new file mode 100644 index 0000000..510f233 --- /dev/null +++ b/gentoo-scripts/herds.sh @@ -0,0 +1,4 @@ +wget -O herds.xml -q 'http://www.gentoo.org/proj/en/metastructure/herds/herds.xml?passthru=1' +if [ ! -s herds.xml ]; then + cp /usr/portage/metadata/herds.xml . +fi |