[TASK] Document install script call
This commit is contained in:
parent
5fe8e0d8f2
commit
626c3a57be
@ -20,8 +20,10 @@ sudo -i
|
|||||||
# Use german keyboard layout
|
# Use german keyboard layout
|
||||||
loadkeys de
|
loadkeys de
|
||||||
|
|
||||||
# List block devices
|
# Short for all the stuff below !!! ONLY ON EMPTY DRIVES !!!
|
||||||
lsbkl
|
curl -L https://www.fischer.im/nixos/minimal-install --output install.sh
|
||||||
|
chmod 744 ./install.sh
|
||||||
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Partitionierung
|
### 2. Partitionierung
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user