change arch install script
TheBuddy59 opened this issue · 1 comments
TheBuddy59 commented
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
thank you for pointing this out. it was fixed :)