diff options
Diffstat (limited to 'public')
-rwxr-xr-x | public/nixos/install.sh | 4 |
1 files 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 <<EOF Usage: - install-nixos.sh <HOST_NAME> <DEVICE> + install.sh <HOST_NAME> <DEVICE> 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 |