tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

EdkRepo: install.py uses wrong installation mode #199

Closed nate-desimone closed 11 months ago

nate-desimone commented 11 months ago

REF: #198

If the linux installer is passed the --system or --local flags then it will attempt to do the opposite of what the user requests.

If the user installs in interactive mode, then this issue is not seen.