A terminal application that simulates installing things. It doesn't actually install anything.
cargo build --release
cargo run --releasePress Ctrl+C to stop.
# Install specific stages
cargo run --release -- deno
# Install everything (default)
cargo run --release -- --allSee available stages:
cargo run --release -- --helpBuild and run:
docker build -t install-nothing .
docker run -it --rm --init install-nothingDo whatever you want with it. Well, except for movies. If you use this in a movie, credit me or something.