Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Project-Cepi/localhost

Repository files navigation

localhost

license discord-banner

Convenient way to download all Cepi extensions instantly.

With docker

docker build github.com/Project-Cepi/localhost#main -t cepi
docker run -v "$(pwd)"/server:/server cepi

With bash

curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.sh | sh

With powershell

iwr "https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.ps1" | iex

Cloning repositories

This project has a lot of repositores. For shell only, there is a convenient script to download them

curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/dev.sh | sh