When installing on windows 11 arm I get amd64 version #3354
Unanswered
rwidmark
asked this question in
Troubleshoot
Replies: 1 comment 2 replies
|
Download and install the correct installer from the releases page will replace the incorrect one. But I'll need you to see why it fetches the wrong one. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I did install oh my posh on windows 11 arm and I did get the amd64 version when I did run:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))
How can I revert it / change it to windows 11 arm version?
All reactions