Skip to content

Bootstrap script improvements for arch linux

Jeremy Soller requested to merge neunenak:master into master

Created by: neunenak

I'm an arch linux user and I wasn't super-happy with how this script was handling detecting missing packages and running updates that asked for my sudo password without explaining what the script was doing. My changes only run sudo pacman -Sy if necessary, and don't do a full pacman -Syu since that's a pretty major system administration operation.

Merge request reports