CodeIT repository setup

Set up the CodeIT repository

One installer detects your operating system and release, then installs the matching repository configuration package.

Quick install

Run the common installer through sudo:

curl -fsSL https://repo.codeit.guru/setup | sudo sh

The installer only detects the system and installs one repository configuration package. It does not install nginx or Apache httpd.

Preview the changes

To see the exact package URL and commands without changing the system:

curl -fsSL https://repo.codeit.guru/setup | sh -s -- --print

Supported families: Enterprise Linux 7, 8, 9 and 10; Ubuntu; and Debian. Detailed manual installation and verification steps are provided on the platform-specific instruction pages.