A terminal application that simulates installing things. It doesn't actually install anything.
Clone the repository
git clone https://github.com/buyukakyuz/install-nothingGo to the repository
cd install-nothingAnd run
cargo run --releasePress Ctrl+C to stop.
By default we install everything. But you can change this behavior.
# Install specific stages
cargo run --release -- kernelOr pick what not to install.
# Exclude specific stages from installation
cargo run --release -- --exclude cloud xorgSee 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.