From 3c20c840849779c3ecee1c1f8f24f17c0a97ff83 Mon Sep 17 00:00:00 2001 From: Dejwut Date: Tue, 5 Sep 2023 19:32:15 +0200 Subject: [PATCH] Removed creds --- ChocolateyInstall.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.