aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-packages.sh')
-rwxr-xr-xbin/update-packages.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/update-packages.sh b/bin/update-packages.sh
new file mode 100755
index 0000000..1c4ef31
--- /dev/null
+++ b/bin/update-packages.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo -n 'Updating Packages information...'
+wget 'http://packages.gentoo.org/feed/newpackage' -O _data/packages.xml 2>/dev/null
+echo 'done.' \ No newline at end of file