[+] Ensure git bash is installed on Windows

This commit is contained in:
Hykilpikonna 2022-08-20 20:47:45 -04:00
parent 6911087eab
commit 3124ec0b3e
3 changed files with 44 additions and 3 deletions

View file

@ -344,6 +344,9 @@ def run():
print(f'Version is {VERSION}')
return
# Ensure git bash for windows
ensure_git_bash()
# Test distro ascii art
if args.test_distro:
print(f'Setting distro to {args.test_distro}')