Skip to content

Commit 6af7ff3

Browse files
committed
main: Make expert mode prompt clearer
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]>
1 parent 98d3f79 commit 6af7ff3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,9 @@ def main(self):
807807
self.input()
808808
print()
809809
p_message("By default, this installer will hide certain advanced options that")
810-
p_message("are only useful for developers. You can enable expert mode to show them.")
811-
p_message("Do not enable this unless you know what you are doing.")
810+
p_message("are only useful for Asahi Linux developers. You can enable expert mode")
811+
p_message("to show them. Do not enable this unless you know what you are doing.")
812+
p_message("Please do not file bugs if things go wrong in expert mode.")
812813
self.expert = self.yesno("Enable expert mode?")
813814
print()
814815

0 commit comments

Comments
 (0)