From 6dde68b22c09a68cfd2f89ebf9b4ed5c23559992 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 23 Dec 2024 09:36:54 -0500 Subject: [PATCH] Looks like both gits aren't added to the path. My god I hope the person who worked on this PATH bullshit never works again. --- base.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.ps1 b/base.ps1 index 85cca1d..100a4fc 100644 --- a/base.ps1 +++ b/base.ps1 @@ -222,7 +222,7 @@ if(-not $isAdmin) { $installs=@( 'Geany.Geany', - 'Microsoft.Git', + 'Git.Git', 'Genivia.ugrep', 'Microsoft.WindowsTerminal', 'Kitware.CMake',