Skip to content
Snippets Groups Projects

GitlabPackageProvider

  • 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/9/raw")
    Edited
    install-gitlab-package-provider.ps1 205 B
    Install-PackageProvider GitlabProvider -Confirm:$false -Force
    Import-PackageProvider Gitlab
    Register-PackageSource -Name Partitio -ProviderName Gitlab -Trusted -Location https://gitlab.bertha.cloud/api/v4
    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