summary refs log tree commit diff stats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-07-13 15:55:56 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-07-13 15:55:56 +0200
commit25214bae89edc73725271e5bf4bf36bd3df8df33 (patch)
treec191a0a45309667376c6bf5702cc8365fdf55a56 /scripts
parente134128159fabc705881318ac9ba2a161e926bf0 (diff)
downloaddotfiles-25214bae89edc73725271e5bf4bf36bd3df8df33.tar.gz
dotfiles-25214bae89edc73725271e5bf4bf36bd3df8df33.zip
change from yay to paru
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/paru.sh11
-rwxr-xr-xscripts/yay.sh12
2 files changed, 11 insertions, 12 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
diff --git a/scripts/yay.sh b/scripts/yay.sh
deleted file mode 100755
index 3a61a35..0000000
--- a/scripts/yay.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/bash
-
-
-git clone https://aur.archlinux.org/yay.git /tmp/yay
-
-cd /tmp/yay
-
-makepkg -si
-
-yay --version
-
-rm -rf /tmp/yay