summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-01 15:05:11 -0500
committerseth <[email protected]>2024-03-01 15:05:11 -0500
commita37c8e6da88389bf5030e1ae4ff601c29b6c2f03 (patch)
treecb1011191bba4d30a99d6a8843c065fb34a71cbc
parent79d4a3d234036c858ed91a06e21bef7514bd8a25 (diff)
install correct visual studio package
-rw-r--r--install_apps.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/install_apps.ps1 b/install_apps.ps1
index 9031a87..e291754 100644
--- a/install_apps.ps1
+++ b/install_apps.ps1
@@ -97,11 +97,11 @@ $wingetPackages = @(
# dev tools
"Git.Git"
"GitHub.cli"
- "GnuPG.Gpg4win"
+ "GnuPG.GnuPG"
"Casey.Just"
"EclipseAdoptium.Temurin.17.JDK"
"EclipseAdoptium.Temurin.8.JRE"
- "Microsoft.VisualStudio.2022.BuildTools"
+ "Microsoft.VisualStudio.2022.Community"
"Microsoft.VisualStudioCode"
"Python.Python.3.12"
"Rustlang.Rustup"