From 626c3a57be89c7974df7e1bd48777db0fede9205 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Tue, 10 Feb 2026 17:38:47 +0100 Subject: [PATCH] [TASK] Document install script call --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a838d38..11e08eb 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,10 @@ sudo -i # Use german keyboard layout loadkeys de -# List block devices -lsbkl +# Short for all the stuff below !!! ONLY ON EMPTY DRIVES !!! +curl -L https://www.fischer.im/nixos/minimal-install --output install.sh +chmod 744 ./install.sh +./install.sh ``` ### 2. Partitionierung