aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 21:45:48 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 21:45:48 +0200
commit5164cb524b60aeb3b6cbcaecf5ad21db666b259f (patch)
tree43f3cbb957ee663d761f92d76ea3ef1ea1131f45 /.config
parent6691785bcdc6f4195ef992ffefa5c80f5b5f66a2 (diff)
downloaddotfiles-5164cb524b60aeb3b6cbcaecf5ad21db666b259f.tar.gz
dotfiles-5164cb524b60aeb3b6cbcaecf5ad21db666b259f.zip
Import ps1 scripts properly
Diffstat (limited to '.config')
-rw-r--r--.config/powershell/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
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