remove unusable script and update README

This commit is contained in:
Andreas Zweili 2021-12-20 17:08:01 +01:00
parent 3ae53df7eb
commit 2d30761c33
2 changed files with 2 additions and 8 deletions

View File

@ -6,11 +6,8 @@ In addition some of the scripts required for installation will destroy your data
## Base installation
1. `sudo python3 scripts/format-disk.py`
2. Execute one of the following scripts:
- `sudo scripts/link-asus.sh`
- `sudo scripts/link-vm.sh`
- `sudo scripts/link-precision5530.sh`
1. `nix-shell -p python3`
2. `sudo python3 scripts/format-disk.py`
3. `sudo nixos-install`
## Non-Nixos System

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
nix-shell -p python3
sudo python3 scripts/format-disk.py