We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d65d3c commit 30a0188Copy full SHA for 30a0188
Makefile
@@ -4,7 +4,7 @@ NGINX_V := 1.26.2
4
LIBRE_V := 4.0.0
5
PASSENGER_V := 6.0.26
6
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
7
-HOST_OS := $(shell if [ -f /etc/lsb-release ]; then echo debian; elif [ -f /etc/redhat-release ]; then echo fedora; else echo unknown; fi)
+HOST_OS := $(shell if [ -f /etc/redhat-release ]; then echo fedora; else echo debian; fi)
8
DOWNLOAD_V ?= "" # option for install with prebuilt GitHub version
9
10
NGINX_PASSENGER_MODULES := --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_addition_module --add-module='$(ROOT_DIR)passenger/src/nginx_module'
0 commit comments