nginx from home:cl_jeremy:kuretru:nginx project
Select Your Operating System
Add repository and install manually
For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:cl_jeremy:kuretru:nginx/CentOS_9_Stream/home:cl_jeremy:kuretru:nginx.repo yum install nginx
Grab binary packages directly
Add repository and install manually
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:cl_jeremy:kuretru:nginx/Fedora_39/home:cl_jeremy:kuretru:nginx.repo dnf install nginx
Grab binary packages directly
Add repository and install manually
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cl_jeremy:kuretru:nginx/15.6/home:cl_jeremy:kuretru:nginx.repo zypper refresh zypper install nginx