From 16318c70f739015450b9163d680abd410997fe35 Mon Sep 17 00:00:00 2001 From: t0xic0der Date: May 27 2020 08:10:25 +0000 Subject: Scaled up scope in main function --- diff --git a/MainFunction.py b/MainFunction.py index ef76f71..ad33e6c 100644 --- a/MainFunction.py +++ b/MainFunction.py @@ -7,7 +7,7 @@ init() DecoratorObject = StatusDecorator() def main(): - print(Style.BRIGHT + Fore.LIGHTCYAN_EX + "[ # ] NVIDIA AUTOINSTALLER FOR FEDORA WORKSTATION" + Style.RESET_ALL) + print(Style.BRIGHT + Fore.LIGHTCYAN_EX + "[ # ] NVIDIA AUTOINSTALLER FOR FEDORA 32 AND ABOVE" + Style.RESET_ALL) if os.geteuid() == 0: HostDetection.main() SupportCheck.main()