From 558924939316144e0e1b8b19ac8c8b0970adac2b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 23:03:19 -0300 Subject: s/install-nixos.sh/install.sh/ --- public/nixos/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/nixos/install.sh b/public/nixos/install.sh index f2b1abe..6d83b38 100755 --- a/public/nixos/install.sh +++ b/public/nixos/install.sh @@ -29,14 +29,14 @@ usage() { red "Missing input argument $1.\n" cat < + install.sh Arguments HOST_NAME The networking.hostName of the installation. Something like 'velhinho-nixos'. DEVICE The LUKS device where to install to. Use lsblk or similar tools to get it's name. Examples: - Download install-nixos.sh and run it with 'velhinho-nixos' as hostName and '/dev/sda' as disk device: + Download install.sh and run it with 'velhinho-nixos' as hostName and '/dev/sda' as disk device: curl https://euandre.org/dotfiles/nixos/install.sh > install.sh chmod +x install.sh ./install.sh velhinho-nixos /dev/sda -- cgit v1.2.3