diff --git a/setup-development/install-windows.ps1 b/setup-development/install-windows.ps1 index 9c646cd..06adda9 100644 --- a/setup-development/install-windows.ps1 +++ b/setup-development/install-windows.ps1 @@ -150,7 +150,10 @@ $dir = $pwd cd $GitDir Dry-Run "git clone 'https://github.com/We-Dont-Byte/Mind_Reader.git'" # TODO: Change this during merge onto main branch +cd Mind_reader Dry-Run "git checkout johnBreaux" +cd .. +# END TODO # Run the install script if ( -not (Test-Path "$SetupPath")) { diff --git a/setup-development/upgrade-windows.ps1 b/setup-development/upgrade-windows.ps1 index edc4d79..dbff3f3 100644 --- a/setup-development/upgrade-windows.ps1 +++ b/setup-development/upgrade-windows.ps1 @@ -122,6 +122,7 @@ if ( ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S-1-5 # Import the packages from dependencies.json (autogenerated file, do not edit!) Write-Host "`nInstalling packages with winget..." +Dry-Run 'winget install Microsoft.VisualStudio.2022.BuildTools --override "--wait --quiet --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"' Dry-Run 'winget import winget/dependencies.json' # Reload the PATH, so we can use some of those sweet new commands we just installed Reload-Path diff --git a/setup-development/winget/dependencies.json b/setup-development/winget/dependencies.json index 64780e6..ab7f2f6 100644 --- a/setup-development/winget/dependencies.json +++ b/setup-development/winget/dependencies.json @@ -4,9 +4,6 @@ "Sources": [ { "Packages": [ - { - "PackageIdentifier": "Microsoft.VisualStudio.2019.BuildTools" - }, { "PackageIdentifier": "Python.Python.3" },