From 80545ed5ddd2e7dd8f31f91b99b8a92812465445 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 23 Dec 2024 07:17:19 -0500 Subject: [PATCH] Default git doesn't get added to the path but microsoft.git does. Seriously, fuck Microsoft. --- base.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.ps1 b/base.ps1 index 100a4fc..85cca1d 100644 --- a/base.ps1 +++ b/base.ps1 @@ -222,7 +222,7 @@ if(-not $isAdmin) { $installs=@( 'Geany.Geany', - 'Git.Git', + 'Microsoft.Git', 'Genivia.ugrep', 'Microsoft.WindowsTerminal', 'Kitware.CMake',