Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-06 13:03:42 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:20:39 -0400
commitb483c718dae6506fb526f4f096c8335d403c0a59 (patch)
tree93edb27a40e41b46f7c81c98dee2134411824f23 /examples
parent186f12c5f1782d47dae88a4066bcc94163c7d696 (diff)
Add a message about specifying a web browser
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index a92343f7..9df8a518 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -181,6 +181,7 @@ def ask_user_questions():
exit(1)
# Additional packages (with some light weight error handling for invalid package names)
+ print("Packages not part of the desktop environment are not installed by default. If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt.")
if not archinstall.arguments.get('packages', None):
archinstall.arguments['packages'] = [package for package in input('Write additional packages to install (space separated, leave blank to skip): ').split(' ') if len(package)]