diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-07-16 12:46:36 +0200 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-07-16 12:46:36 +0200 |
| commit | 35f68a33ebbdd2547652a2f6010128d285705ad2 (patch) | |
| tree | 2c88193b8d10340f136807c5d8dabe18e8890df9 /scripts | |
| parent | 25214bae89edc73725271e5bf4bf36bd3df8df33 (diff) | |
| download | dotfiles-35f68a33ebbdd2547652a2f6010128d285705ad2.tar.gz dotfiles-35f68a33ebbdd2547652a2f6010128d285705ad2.zip | |
remove quickmarks (qute) and switch to yay again
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/paru.sh | 11 | ||||
| -rwxr-xr-x | scripts/yay.sh | 11 |
2 files changed, 11 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 diff --git a/scripts/yay.sh b/scripts/yay.sh new file mode 100755 index 0000000..b0106cb --- /dev/null +++ b/scripts/yay.sh @@ -0,0 +1,11 @@ +#!/usr/bin/bash + +git clone https://aur.archlinux.org/yay.git /tmp/yay + +cd /tmp/yay + +makepkg -si + +yay --version + +rm -rf /tmp/yay |