From 2d30761c330f63284fc1083e4605845166ae4c32 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 20 Dec 2021 17:08:01 +0100 Subject: [PATCH] remove unusable script and update README --- README.md | 7 ++----- scripts/install.sh | 3 --- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100755 scripts/install.sh diff --git a/README.md b/README.md index c147300..98ed581 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/install.sh b/scripts/install.sh deleted file mode 100755 index 472de31..0000000 --- a/scripts/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -nix-shell -p python3 -sudo python3 scripts/format-disk.py