From bae560842449a92f14ba5461a5cb1760934ca147 Mon Sep 17 00:00:00 2001 From: pancakes Date: Tue, 11 Jun 2024 22:32:05 +1000 Subject: [PATCH] Switch from paru to amethyst --- justfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 466c9b4..907ef9b 100644 --- a/justfile +++ b/justfile @@ -51,10 +51,10 @@ install-fish: # Installs the paru AUR helper setup-aur: rustup install stable - rm -rf /tmp/paru - git clone https://aur.archlinux.org/paru.git /tmp/paru - cd /tmp/paru; makepkg -si - rm -rf /tmp/paru + rm -rf /tmp/ame + git clone https://aur.archlinux.org/ame.git /tmp/ame + cd /tmp/ame; makepkg -si + rm -rf /tmp/ame # Installs VSCodium extensions setup-code: