diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 23:03:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 23:03:19 -0300 |
commit | 558924939316144e0e1b8b19ac8c8b0970adac2b (patch) | |
tree | 73311019eea6a99959d720b7e2ac7335750fc86f | |
parent | Export ownertrust in export-keys.sh (diff) | |
download | dotfiles-558924939316144e0e1b8b19ac8c8b0970adac2b.tar.gz dotfiles-558924939316144e0e1b8b19ac8c8b0970adac2b.tar.xz |
s/install-nixos.sh/install.sh/
-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 |