feat: add openvpn client package
All checks were successful
/ deploy_site (push) Successful in 3s

This commit is contained in:
2025-04-17 10:53:05 +09:00
parent 5a8538a96a
commit ab00c83a73

View File

@ -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