From a66c2436ee67532e7625d88e5e7f293364e39fe0 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 29 Nov 2019 13:56:42 +0100 Subject: Added debug --- archinstall.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archinstall.py b/archinstall.py index 8437575c..ec16e7ce 100644 --- a/archinstall.py +++ b/archinstall.py @@ -811,6 +811,8 @@ def setup_args_defaults(args, *positionals, **kwargs): if get_default_gateway_linux(): ip = get_external_ip() country = guess_country(ip) + print(ip) + print(country) args['country'] = 'all' if not country else country if not 'localtime' in args: args['localtime'] = 'Europe/Stockholm' if args['country'] == 'SE' else 'GMT+0' # TODO: Arbitrary for now -- cgit v1.2.3-54-g00ecf