diff --git a/install.py b/install.py index c06fe6e..e4901fc 100644 --- a/install.py +++ b/install.py @@ -35,7 +35,7 @@ def install(package): else: print(f"Install not supported for: {os_type}") exit(1) - if is_linux and package in after_command: + if is_linux and package in linux_after_command: os.system(linux_after_command[package]) def check_os():