diff --git a/ChocolateyInstall.ps1 b/ChocolateyInstall.ps1 index 61c9c0f..b760e8d 100644 --- a/ChocolateyInstall.ps1 +++ b/ChocolateyInstall.ps1 @@ -5,8 +5,8 @@ $packageRepo = 'https://gitea.s.gbl.cz/api/packages/chocolatey/nuget' # If the above $packageRepo repository requires authentication, add the username and password here. Otherwise these leave these as empty strings. -$repoUsername = 'Dejwut' # this must be empty is NOT using authentication -$repoPassword = 'b42cdad18f2e015f61b093afa85f0a1b71767779' # this must be empty if NOT using authentication +$repoUsername = '' # this must be empty is NOT using authentication +$repoPassword = '' # this must be empty if NOT using authentication # Determine unzipping method # 7zip is the most compatible, but you need an internally hosted 7za.exe.