Fix Git package download

This commit is contained in:
Fred 2024-01-19 18:14:17 -08:00
parent 98efa7a44d
commit f2ed3e7155
No known key found for this signature in database
GPG key ID: 018F5061DB317785
2 changed files with 15 additions and 13 deletions

View file

@ -51,4 +51,4 @@ class GlobalConfig:
GLOBAL_CFG = GlobalConfig(color_mode='8bit', override_distro=None, debug=False, is_light=False, use_overlay=False)
MINGIT_URL = 'https://github.com/git-for-windows/git/releases/download/v2.37.2.windows.2/MinGit-2.37.2.2-busybox-32-bit.zip'
GIT_URL = 'https://github.com/git-for-windows/git/releases/download/v2.37.2.windows.2/Git-2.37.2.2-32-bit.tar.bz2'