From 5164cb524b60aeb3b6cbcaecf5ad21db666b259f Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 4 Jun 2024 21:45:48 +0200 Subject: Import ps1 scripts properly --- .config/powershell/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/powershell') diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index 6515808..3288ac1 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -138,7 +138,7 @@ if (!(Test-Path -Path "$home\.config\powershell\Microsoft.PowerShell_profile.ps1 Write-Host "Installing Chocolatey" Write-Host "----------------------------------------" -Set-ExecutionPolicy Bypass -Scope Process -Force +#Set-ExecutionPolicy Bypass -Scope Process -Force if (-not (Get-Command choco -ErrorAction SilentlyContinue)) { [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 -- cgit v1.2.3