Closed barduchajeu closed 1 year ago
When using installation script, it reinstalls all the packages, so instead yay -S $packages use yay -S $packages --needed to skip everything installed.
yay -S $packages
yay -S $packages --needed
fixed https://github.com/Deathemonic/Cat-Dots/commit/1ca20f65560de2f0ac5d1029b7e7bc271e767a10
When using installation script, it reinstalls all the packages, so instead
yay -S $packages
useyay -S $packages --needed
to skip everything installed.