Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-06 17:27:09 +0000
committerGitHub <noreply@github.com>2021-04-06 17:27:09 +0000
commita8da159f176b6867ccf147780c63ee7c7ba3045b (patch)
treef1881fd0df2f022c01b04c297bd491eb9387d9d9
parent09abdec82b2a9450f40c91c11e9d6ac58dea7575 (diff)
parent2e7930857b05070118e5ff4c3aa99e0312f7febc (diff)
Merge pull request #200 from dylanmtaylor/patch-7
Add a message about specifying a web browser
-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..4205518d 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -182,6 +182,7 @@ def ask_user_questions():
# Additional packages (with some light weight error handling for invalid package names)
if not archinstall.arguments.get('packages', None):
+ 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.")
archinstall.arguments['packages'] = [package for package in input('Write additional packages to install (space separated, leave blank to skip): ').split(' ') if len(package)]
# Verify packages that were given