Skip to content
Snippets Groups Projects

Windows Bootstrap SSH

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Adphi
    iex (New-Object System.Net.WebClient).DownloadString("https://gitlab.bertha.cloud/snippets/35/raw")
    Edited
    bootstrap.ps1 311 B
    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
    $ErrorActionPreference = "Stop"
    iex (New-Object System.Net.WebClient).DownloadString("https://gitlab.bertha.cloud/snippets/7/raw")
    iex (New-Object System.Net.WebClient).DownloadString("https://gitlab.bertha.cloud/snippets/34/raw")
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment