fix: remove dead 0x0.st upload hint from error message

0x0.st has disabled uploads due to AI botnet spam, making the
curl hint in the error message non-functional.

Ref #4396
This commit is contained in:
0xdeadd 2026-04-30 17:20:28 -04:00
parent 76629ecc15
commit 1fd63a2d0d
1 changed files with 3 additions and 2 deletions

View File

@ -141,8 +141,9 @@ def _error_message(exc: Exception) -> None:
Archinstall experienced the above error. If you think this is a bug, please report it to
https://github.com/archlinux/archinstall and include the log file "/var/log/archinstall/install.log".
Hint: To extract the log from a live ISO
curl -F 'file=@/var/log/archinstall/install.log' https://0x0.st
Hint: To extract the log from a live ISO you can mount a USB drive or use
cat /var/log/archinstall/install.log
to view and copy the relevant output.
"""
)
warn(text)