Skip to content

Commit 9647c9b

Browse files
committed
main: Drop the alpha verbiage
Signed-off-by: Hector Martin <[email protected]>
1 parent 07f0243 commit 9647c9b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,8 @@ def main(self):
802802
print()
803803
p_message("Welcome to the Asahi Linux installer!")
804804
print()
805-
p_message("This installer is in an alpha state, and may not work for everyone.")
806-
p_message("It is intended for developers and early adopters who are comfortable")
807-
p_message("debugging issues or providing detailed bug reports.")
805+
p_message("This installer will guide you through the process of setting up")
806+
p_message("Asahi Linux on your Mac.")
808807
print()
809808
p_message("Please make sure you are familiar with our documentation at:")
810809
p_plain( f" {col(BLUE, BRIGHT)}https://alx.sh/w{col()}")

0 commit comments

Comments
 (0)