Skip to content

Fix base install error

Dylan James requested to merge anarchy-linux/installer:installer-fix into master

Pacman does not seem to play well with variables. The only fix I know of is to revert to the original code which is to call echo to insert the base_install variable into the pacman / pacstrap commands. I know this is hacky but its the only way I could ever get the install to work.

Merge request reports