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 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" Start-Process powershell -Verb runAs "Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name ConsentPromptBehaviorAdmin -Value 0"
winget install ` winget install `
--disable-interactivity ` --disable-interactivity `
--accept-source-agreements ` --accept-source-agreements `
--force ` --force `
` `
Microsoft.powershell ` Microsoft.powershell `
Hashicorp.Terraform ` Hashicorp.Terraform `
Amazon.AWSCLI ` Amazon.AWSCLI `
Kubernetes.kubectl ` Kubernetes.kubectl `
Helm.Helm ` Helm.Helm `
Derailed.k9s ` Derailed.k9s `
Git.Git ` Git.Git `
ahmetb.kubectx ` ahmetb.kubectx `
OpenVPNTechnologies.OpenVPN `
DEVCOM.JetBrainsMonoNerdFont DEVCOM.JetBrainsMonoNerdFont
New-Item -Path $profile -ItemType "file" -Force New-Item -Path $profile -ItemType "file" -Force