Skip to content

Commit

Permalink
main: Make expert mode prompt clearer
Browse files Browse the repository at this point in the history
It seems quite a few non-experts (and non-M2 owners) have been enabling
expert mode and then doing the wrong thing and filing bugs about it.

Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Nov 13, 2022
1 parent 98d3f79 commit 6af7ff3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,9 @@ def main(self):
self.input()
print()
p_message("By default, this installer will hide certain advanced options that")
p_message("are only useful for developers. You can enable expert mode to show them.")
p_message("Do not enable this unless you know what you are doing.")
p_message("are only useful for Asahi Linux developers. You can enable expert mode")
p_message("to show them. Do not enable this unless you know what you are doing.")
p_message("Please do not file bugs if things go wrong in expert mode.")
self.expert = self.yesno("Enable expert mode?")
print()

Expand Down

0 comments on commit 6af7ff3

Please sign in to comment.