Skip to content

Commit 8b27c98

Browse files
committed
rewrite message to indicate general support, but no precompiled binaries
1 parent fa18730 commit 8b27c98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Windows | MINGW64_NT*)
5858
esac
5959

6060
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/"
61+
echo "Precompiled binaries are not available for ${ARCH}-${OS}"
62+
echo "❗ You can compile from sources by following the documentation at: https://frankenphp.dev/docs/compile/"
6363
exit 1
6464
fi
6565

0 commit comments

Comments
 (0)