Skip to content

Install

ASky edited this page Dec 21, 2025 · 2 revisions

Installing Shuttle

Currently, there is only one way to build Shuttle.

From Source

Requirements

  • A working linux system.

Building

First, you need the source code.

git clone https://github.com/eiedouno/shuttle
cd shuttle

Because shuttle is a shell script, it can be ran built and from source.
You can use the shuttle you just downloaded to build itself.

./shuttle install

If you want to see how the built file looks, you can run:

./shuttle build

The file is shuttle.bash.

Clone this wiki locally