aboutsummaryrefslogtreecommitdiff
path: root/public/nixos/install.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 23:03:19 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 23:03:19 -0300
commit558924939316144e0e1b8b19ac8c8b0970adac2b (patch)
tree73311019eea6a99959d720b7e2ac7335750fc86f /public/nixos/install.sh
parentExport ownertrust in export-keys.sh (diff)
downloaddotfiles-558924939316144e0e1b8b19ac8c8b0970adac2b.tar.gz
dotfiles-558924939316144e0e1b8b19ac8c8b0970adac2b.tar.xz
s/install-nixos.sh/install.sh/
Diffstat (limited to 'public/nixos/install.sh')
-rwxr-xr-xpublic/nixos/install.sh4
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