Skip to content

camj2/celeste-everest-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

celeste-everest-linux

Fast lightweight Everest installer for Linux users.

This project aims to make the installation and update procedure of the Everest Mod Loader simple and straightforward. celeste-everest-linux fetches the latest version of the specified branch and patches the Celeste installation found in the current working directory. No GUI required.

Everest

Installation

git clone https://gitlab.com/camj/celeste-everest-linux
cd celeste-everest-linux
make install

Dependencies

  • jq
  • curl
  • unzip
  • rsync

Usage

USAGE:
    celeste-everest-linux [BRANCH]

BRANCHES:
    s, stable
    b, beta
    d, dev

Install Everest

cd into the directory in which you have Celeste installed and install one of the following branches:

Stable (Recommended)

$ celeste-everest-linux stable

Beta

$ celeste-everest-linux beta

Dev

$ celeste-everest-linux dev

Related projects