summarylogtreecommitdiffstats
path: root/package-install-re
diff options
context:
space:
mode:
authorJames Harvey2015-12-13 04:21:56 +0000
committerJames Harvey2015-12-13 04:21:56 +0000
commit5c31d01b6c571ea90e07721861d71ecad3e61eb1 (patch)
tree531f8b695d745384b663bb7d2743b655affe8399 /package-install-re
parentd8a8cb103ccd8a33cbe3f3f84407377120aa7c44 (diff)
downloadaur-5c31d01b6c571ea90e07721861d71ecad3e61eb1.tar.gz
Added package-install-re (re-install) command
Diffstat (limited to 'package-install-re')
-rwxr-xr-xpackage-install-re3
1 files changed, 3 insertions, 0 deletions
diff --git a/package-install-re b/package-install-re
new file mode 100755
index 000000000000..3c3b1e278c79
--- /dev/null
+++ b/package-install-re
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+sudo pacman --color=auto -Sy "$@"