From ab00c83a730b4e3c23eec43855dac63994a0cffd Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Thu, 17 Apr 2025 10:53:05 +0900 Subject: [PATCH] feat: add openvpn client package --- init.ps1 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/init.ps1 b/init.ps1 index 1296d3f..835f1a9 100644 --- a/init.ps1 +++ b/init.ps1 @@ -1,19 +1,20 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser Start-Process powershell -Verb runAs "Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name ConsentPromptBehaviorAdmin -Value 0" -winget install ` - --disable-interactivity ` - --accept-source-agreements ` - --force ` - ` - Microsoft.powershell ` - Hashicorp.Terraform ` - Amazon.AWSCLI ` - Kubernetes.kubectl ` - Helm.Helm ` - Derailed.k9s ` - Git.Git ` - ahmetb.kubectx ` +winget install ` + --disable-interactivity ` + --accept-source-agreements ` + --force ` + ` + Microsoft.powershell ` + Hashicorp.Terraform ` + Amazon.AWSCLI ` + Kubernetes.kubectl ` + Helm.Helm ` + Derailed.k9s ` + Git.Git ` + ahmetb.kubectx ` + OpenVPNTechnologies.OpenVPN ` DEVCOM.JetBrainsMonoNerdFont New-Item -Path $profile -ItemType "file" -Force