summary refs log tree commit diff stats
path: root/scripts/paru.sh
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-07-16 12:46:36 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-07-16 12:46:36 +0200
commit35f68a33ebbdd2547652a2f6010128d285705ad2 (patch)
tree2c88193b8d10340f136807c5d8dabe18e8890df9 /scripts/paru.sh
parent25214bae89edc73725271e5bf4bf36bd3df8df33 (diff)
downloaddotfiles-35f68a33ebbdd2547652a2f6010128d285705ad2.tar.gz
dotfiles-35f68a33ebbdd2547652a2f6010128d285705ad2.zip
remove quickmarks (qute) and switch to yay again
Diffstat (limited to 'scripts/paru.sh')
-rwxr-xr-xscripts/paru.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/paru.sh b/scripts/paru.sh
deleted file mode 100755
index 8912d7d..0000000
--- a/scripts/paru.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/bash
-
-git clone https://aur.archlinux.org/paru.git /tmp/paru
-
-cd /tmp/paru
-
-makepkg -si
-
-paru --version
-
-rm -rf /tmp/paru