use curl to download the code instead of git.

The servers don't need to have it locally.
This commit is contained in:
Andreas Zweili 2022-01-25 14:14:03 +01:00
parent a5b87a660f
commit 3ce62e0246
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ In addition some of the scripts required for installation will destroy your data
## Base installation
1. `nix-shell -p git --run "git clone https://git.2li.ch/Nebucatnetzer/nixos.git"`
1. `curl https://git.2li.ch/Nebucatnetzer/nixos/archive/master.tar.gz | tar xz`
2. `cd nixos && nix-shell`
3. `sudo python3 scripts/format-disk.py`
4. `sudo nixos-install --no-root-passwd --root /mnt --impure --flake .#SYSTEMNAME`