Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user directory after CLI installation #77

Open
punytroll opened this issue Jan 20, 2024 · 1 comment
Open

user directory after CLI installation #77

punytroll opened this issue Jan 20, 2024 · 1 comment

Comments

@punytroll
Copy link

Sorry for posting a question rather than a bug report, but I have an issue with this. :)
I'm installing MSYS2 into a docker container using the installer CLI. (.\msys2-x86_64-latest.exe in --confirm-command --accept-messages --root C:/msys64)
After the installation is completed, everything looks fine, except that, contrary to the installation via GUI, there is no user directory under C:\msys64\home\. Is that intended or a necessary side effect of CLI installation? Is there any command that I could run to create this directory at a later point in time?

@lazka
Copy link
Member

lazka commented Jan 27, 2024

Huh, that would suggest the post-install script isn't run in that case. Needs investigating.

The user directory should be created by running C:\msys64\usr\bin\bash.exe -lc " "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants