docs(installer): print Linux AppImage fallback hint (#2392)

Co-authored-by: Aqil Aziz <aqilaziz@users.noreply.github.com>
This commit is contained in:
Aqil Aziz
2026-05-22 16:54:32 +05:30
committed by GitHub
co-authored by Aqil Aziz
parent ddbd0fcbe5
commit 5bdc9c2ee5
+4
View File
@@ -621,6 +621,10 @@ EOF
echo ""
echo "OpenHuman is ready."
echo "Launch: ${app_path}"
echo "If the AppImage prints 'Interpreter not found!' or unshare/uid_map errors,"
echo "try the .deb package from https://github.com/${REPO}/releases/latest"
echo "(Debian/Ubuntu) or report at https://github.com/${REPO}/issues with your"
echo "distro, kernel (uname -a), GPU driver (lspci), dmesg excerpt, and asset: ${ASSET_NAME}."
echo "Uninstall: rm -f \"${app_path}\" \"${desktop_file}\""
}