diff --git a/slpkg/configs.py b/slpkg/configs.py index 8ad0a8b3..5e85b832 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -60,7 +60,7 @@ class Configs: removepkg: str = 'removepkg' # Cli menu colors configs - colors: str = False + colors: str = True # Wget options wget_options = '-c -N'