File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 sudo apt-get install -y libcurl4-openssl-dev
4343 sudo /usr/bin/ruby3.2 /usr/bin/gem install rack
44+ ls /etc
4445 - name : Build Binary
4546 run : make build
4647 - name : Upload release assets
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ NGINX_V := 1.26.2
44LIBRE_V := 4.0.0
55PASSENGER_V := 6.0.26
66ROOT_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)
7+ HOST_OS := $(shell if [ -f /etc/redhat-release ]; then echo fedora; else echo debian ; fi)
88DOWNLOAD_V ?= "" # option for install with prebuilt GitHub version
99
1010NGINX_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'
You can’t perform that action at this time.
0 commit comments