From 25214bae89edc73725271e5bf4bf36bd3df8df33 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 13 Jul 2024 15:55:56 +0200 Subject: change from yay to paru --- scripts/yay.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 scripts/yay.sh (limited to 'scripts/yay.sh') 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 -- cgit 1.4.1