summarylogtreecommitdiffstats
path: root/package-install-file
diff options
context:
space:
mode:
Diffstat (limited to 'package-install-file')
-rwxr-xr-xpackage-install-file3
1 files changed, 3 insertions, 0 deletions
diff --git a/package-install-file b/package-install-file
new file mode 100755
index 000000000000..3fd2d9d05b2a
--- /dev/null
+++ b/package-install-file
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+sudo pacman --color=auto --needed -U "$@"