You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is #3749, as you identify. The install script is updated when a new version of chezmoi is released. I want to fix #3772 before releasing a new version of chezmoi.
Describe the bug
The one-line powershell install given in the docs is:
iex "&{$(irm 'https://get.chezmoi.io/ps1')}"
Unfortunately, this still does not work on a fresh Windows 11 install, because script at https://get.chezmoi.io/ps1 has not been updated with this fix MR for this issue.
Please upload the updated script to https://get.chezmoi.io/ps1, or else update the docs to use
iex "&{$(irm 'https://raw.githubusercontent.com/twpayne/chezmoi/master/assets/scripts/install.ps1')}"
...instead. Thanks!
To reproduce
See issue 3749 - on a fresh Windows 11 install, open powershell, and run:
iex "&{$(irm 'https://get.chezmoi.io/ps1')}"
You will get this error:
Expected behavior
The chezmoi binary should get installed.
The text was updated successfully, but these errors were encountered: