summarylogtreecommitdiffstats
path: root/package-get-new-package-lists
diff options
context:
space:
mode:
authorJames Harvey2015-07-29 16:41:05 +0000
committerJames Harvey2015-07-29 16:41:05 +0000
commite9a29abd0efa6f15f3a56372d218f242305e0e31 (patch)
treea8bf407f6ad813cff791764ac5d76190e7aee730 /package-get-new-package-lists
parentf3314a67f17176876d6616826b1b67b58bf97f4b (diff)
downloadaur-e9a29abd0efa6f15f3a56372d218f242305e0e31.tar.gz
Added package-get-new-package-lists, to force downloading master package lists from the servers, even if they look to be up to date. Uses pacman -Syy. Wanted the first letter after 'package-' to be new, to avoid tab completion collisions.
Diffstat (limited to 'package-get-new-package-lists')
-rwxr-xr-xpackage-get-new-package-lists3
1 files changed, 3 insertions, 0 deletions
diff --git a/package-get-new-package-lists b/package-get-new-package-lists
new file mode 100755
index 000000000000..799d61fa3ce3
--- /dev/null
+++ b/package-get-new-package-lists
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+sudo pacman --color=auto -Syy "$@"