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: