Skip to content

Instantly share code, notes, and snippets.

@mkovacek
Created June 16, 2017 17:48
Show Gist options
  • Save mkovacek/9aa6a11524864185ee33b45618a4beec to your computer and use it in GitHub Desktop.
Save mkovacek/9aa6a11524864185ee33b45618a4beec to your computer and use it in GitHub Desktop.
Run powershell as administrator:
-posh-gvm installation:
Execute (new-object Net.WebClient).DownloadString('https://raw.githubusercontent.com/flofreud/posh-gvm/master/GetPoshGvm.ps1') | iex
Execute Import-Module posh-gvm
// if you have problems with execution policy (https://msdn.microsoft.com/powershell/reference/5.1/Microsoft.PowerShell.Core/about/about_Execution_Policies)
// Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
// later return to old value
Execute gvm help to get started!
-sdkman installation:
curl -s "get.sdkman.io"
enter again get.sdkman.io
- lazybone installation:
gvm install lazybones
@Mwashi
Copy link

Mwashi commented Dec 5, 2018

@mkovacek Trying to install lazybones on windows, but having issues, any step by step breakdown on the commands above will be highly appreceted. thanks!!

@mkovacek
Copy link
Author

mkovacek commented Dec 8, 2018

@Mwashi

  1. Run powershell as administrator

  2. In powershell run next commands:

@imenebaraitame
Copy link

lazybones is not a valide candidate, you can not install it using sdk, You can check this by running:
sdk list or by cheking the availabe SDKs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment