cococry / ragnar

Minimal, flexible & user-friendly X tiling window manager
https://ragnarwm.org
GNU General Public License v3.0
997 stars 22 forks source link

change arch install script #15

Closed TheBuddy59 closed 1 year ago

TheBuddy59 commented 1 year ago

during arch installation via the premade script, I noticed that the command run to install dependencies was pacman -S instead of pacman -S --needed

the result of this is that the script will reinstall its dependencies rather than only installing the ones that it needs. This takes more time for no benefit.

cococry commented 1 year ago

thank you for pointing this out. it was fixed :)