aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-30 21:13:27 -0300
committerEuAndreh <eu@euandre.org>2019-05-30 21:13:27 -0300
commit5351538c30ddc5d4693b40bcf8a9a7b1e036c70a (patch)
tree5dd87a9ec2b78285b006fde4feb302b904ef011f /scripts
parentUse -c to continue wget download of NixOS ISO (diff)
downloaddotfiles-5351538c30ddc5d4693b40bcf8a9a7b1e036c70a.tar.gz
dotfiles-5351538c30ddc5d4693b40bcf8a9a7b1e036c70a.tar.xz
Simple USAGE text change on burn-nixos.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/burn-nixos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/burn-nixos.sh b/scripts/burn-nixos.sh
index 947fd0d..85ab9e2 100755
--- a/scripts/burn-nixos.sh
+++ b/scripts/burn-nixos.sh
@@ -12,7 +12,7 @@ Usage:
USB_STICK File descriptor of USB stick where to burn the ISO into. Use lsblk or similar tools to get it's name.
Examples:
- Download NixOS 19.03 x86_64 and burn it into stick on /dev/sdb:
+ Download NixOS 19.03 x86_64 minimal and burn it into stick on /dev/sdb:
NIXOS_URL='https://releases.nixos.org/nixos/19.03/nixos-19.03.172764.50d5d73e22b/nixos-minimal-19.03.172764.50d5d73e22b-x86_64-linux.iso'
burn-nixos.sh "\$NIXOS_URL" /dev/sdb
EOF