This commit is contained in:
Boyan 2025-03-17 17:52:01 +01:00
parent 30ecc9b87c
commit eca51af5ea

View File

@ -13,7 +13,7 @@ def check_dependencies() -> None:
for command in commands: for command in commands:
if os.system(f"which {command} > /dev/null") != 0: if os.system(f"which {command} > /dev/null") != 0:
print(f"{Fore.ORANGE}WARNING: {command} not found{Style.RESET_ALL}") print(f"{Fore.RED}WARNING: {command} not found{Style.RESET_ALL}")
return return