We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0243 commit 9647c9bCopy full SHA for 9647c9b
1 file changed
src/main.py
@@ -802,9 +802,8 @@ def main(self):
802
print()
803
p_message("Welcome to the Asahi Linux installer!")
804
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.")
+ p_message("This installer will guide you through the process of setting up")
+ p_message("Asahi Linux on your Mac.")
808
809
p_message("Please make sure you are familiar with our documentation at:")
810
p_plain( f" {col(BLUE, BRIGHT)}https://alx.sh/w{col()}")
0 commit comments