Select install mode. #2199
Unanswered
MikeyBronowski
asked this question in
Troubleshoot
Replies: 1 comment 2 replies
|
Good question. I'll provide a fix for that! |
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.
When running this
Set-ExecutionPolicy Bypass -Scope CurrentUser -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))I get a prompt, which possibly breaks my AutomatedLab setup, as I cannot click there
Is there a way to force it one way or another, so it does not wait for user's input?
All reactions