Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-06 19:05:52 +0200
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:20:39 -0400
commite9a3e8661ea15df1440d88dc97e4d2e353be11ba (patch)
tree902631b349b055377ceaabde3d8d63723bdf98c7 /examples
parentb483c718dae6506fb526f4f096c8335d403c0a59 (diff)
Moved the print logic for browser warning
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 9df8a518..4205518d 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -181,8 +181,8 @@ 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):
+ 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