We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa18730 commit 8b27c98Copy full SHA for 8b27c98
1 file changed
install.sh
@@ -58,8 +58,8 @@ Windows | MINGW64_NT*)
58
esac
59
60
if [ -z "${THE_ARCH_BIN}" ]; then
61
- echo "❗ FrankenPHP is not supported on ${OS} and ${ARCH}"
62
- echo "❗ You can attempt to compile from sources by following the documentation at: https://frankenphp.dev/docs/compile/"
+ echo "❗ Precompiled binaries are not available for ${ARCH}-${OS}"
+ echo "❗ You can compile from sources by following the documentation at: https://frankenphp.dev/docs/compile/"
63
exit 1
64
fi
65
0 commit comments