[+] Ensure git bash is installed on Windows
This commit is contained in:
parent
6911087eab
commit
3124ec0b3e
3 changed files with 44 additions and 3 deletions
|
|
@ -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}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue