Skip to content

Commit fa18730

Browse files
committed
add compile from sources fallback to unsupported OS message
1 parent e917ab7 commit fa18730

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ esac
5959

6060
if [ -z "${THE_ARCH_BIN}" ]; then
6161
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/"
6263
exit 1
6364
fi
6465

0 commit comments

Comments
 (0)