summary refs log tree commit diff stats
path: root/scripts/paru.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/paru.sh')
-rwxr-xr-xscripts/paru.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/paru.sh b/scripts/paru.sh
new file mode 100755
index 0000000..8912d7d
--- /dev/null
+++ b/scripts/paru.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/bash
+
+git clone https://aur.archlinux.org/paru.git /tmp/paru
+
+cd /tmp/paru
+
+makepkg -si
+
+paru --version
+
+rm -rf /tmp/paru