MatMoul / archdi-pkg

Arch Linux Desktop Installer Packages
GNU General Public License v3.0
46 stars 27 forks source link

Added Paru! #49

Closed RSKYS closed 2 years ago

RSKYS commented 3 years ago

Hello @MatMoul Thanks for such awesome DE installer script! I've just added paru which has been my replacement of yay for a while.. Hope I could be help!

MatMoul commented 3 years ago

@RSKYS Thanks for PR, good code. I'll make some change after merging this PR :

For more precision, with 2GB RAM, the /tmp size is 1GB and it is too small to build paru

RSKYS commented 3 years ago

Ah sure, forgot to mention..

For more precision, with 2GB RAM, the /tmp size is 1GB and it is too small to build paru

Also I'll commit to develop at next pull requests, thanks

RSKYS commented 3 years ago

Hi, just did some stuffs you wanted to do, I think it's ready for commit now

MatMoul commented 3 years ago

I'm trying to reread the changes...

I think it's a good job but it would have been easier to make a separate PR for the code cleanup. I just tested with the command "achrdi -t RSKYS master" but "paru" doesn't seem to install.

Normally we work on the "develop" branch

RSKYS commented 2 years ago

Hi, Probably the way I added the memory condition for paru messed up with something.

Edit: I pull another request and probably that'd be better solution.