r-darwish / alma

Create Arch Linux based bootable USB drives
GNU General Public License v3.0
389 stars 31 forks source link

Support paru as AurHelper #75

Closed EdJoPaTo closed 2 years ago

EdJoPaTo commented 3 years ago

Add support for paru as AurHelper.

As its also a rust tool it could be discussed if it should be preferred over yay as a default.

The install_command is mainly an adaptation from the one of yay. It is adapted to the commands of paru. I added --batchinstall as I think its helpful to switch less often between building/installing.

EdJoPaTo commented 2 years ago

Should I merge/rebase #74 in or wait for it to be on the master branch before merge/rebase?

r-darwish commented 2 years ago

You can merge instead of rebasing if you prefer, I'll squash-merge this anyway.

r-darwish commented 2 years ago

Thanks