summary refs log tree commit diff stats
path: root/scripts/yay.sh
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-04-17 14:18:24 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-04-17 14:18:24 +0200
commitb54e3e009dc9e2d6e1396ade81be4426463c8f34 (patch)
tree6c113d1e5f94c876436bc2b126209d34aadfb125 /scripts/yay.sh
parentad07a0b42c342ee8019cbe30b789ca40dcc29ed9 (diff)
downloaddotfiles-b54e3e009dc9e2d6e1396ade81be4426463c8f34.tar.gz
dotfiles-b54e3e009dc9e2d6e1396ade81be4426463c8f34.zip
added scripts and some changes
Diffstat (limited to 'scripts/yay.sh')
-rwxr-xr-xscripts/yay.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/yay.sh b/scripts/yay.sh
new file mode 100755
index 0000000..3a61a35
--- /dev/null
+++ b/scripts/yay.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/bash
+
+
+git clone https://aur.archlinux.org/yay.git /tmp/yay
+
+cd /tmp/yay
+
+makepkg -si
+
+yay --version
+
+rm -rf /tmp/yay