install-nothing buyukakyuz
Use this command to install install-nothing:
winget install --id=buyukakyuz.install-nothing -e A terminal application that simulates installing things but doesn't actually install anything.
winget install --id=buyukakyuz.install-nothing -e A terminal application that simulates installing things but doesn't actually install anything.
A terminal application that simulates installing things. It doesn't actually install anything.
Grab the latest binary for your platform from Releases
chmod +x install-nothing-*
./install-nothing-linux-x86_64
cargo run --release
Press Ctrl+C to stop.
By default we install everything. But you can change this behavior.
# Install specific stages
cargo run --release -- kernel
Or pick what not to install.
# Exclude specific stages from installation
cargo run --release -- --exclude cloud xorg
See available stages:
cargo run --release -- --help
Build
docker build -t install-nothing .
Run
docker run -it --rm --init install-nothing
Do whatever you want with it. Well, except for movies. If you use this in a movie, credit me or something.