hetzner-cloud: Improve instructions

This commit is contained in:
Niklas Hambüchen 2020-10-20 16:52:31 +02:00 committed by GitHub
parent 3a356d0e9e
commit dd74a7f866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,15 @@
#! /usr/bin/env bash #! /usr/bin/env bash
# Script to install NixOS from the Hetzner Cloud NixOS bootable ISO image. # Script to install NixOS from the Hetzner Cloud NixOS bootable ISO image.
# Wipes the disk! # You must boot that image from the Hetzner Cloud GUI first.
# This script wipes the disk!
# Tested with Hetzner's `NixOS 20.03 (amd64/minimal)` ISO image. # Tested with Hetzner's `NixOS 20.03 (amd64/minimal)` ISO image.
# #
# Run like: # Run like:
# #
# curl https://raw.githubusercontent.com/nix-community/nixos-install-scripts/master/hosters/hetzner-cloud/nixos-install-hetzner-cloud.sh | sudo bash # curl -L https://raw.githubusercontent.com/nix-community/nixos-install-scripts/master/hosters/hetzner-cloud/nixos-install-hetzner-cloud.sh | sudo bash
# # or shorter: # # or shorter:
# curl https://git.io/JTspo | sudo bash # curl -L https://git.io/JTspo | sudo bash
# #
# To run it from the Hetzner Cloud web terminal without typing it down, # To run it from the Hetzner Cloud web terminal without typing it down,
# you can either select it and then middle-click onto the web terminal, (that pastes # you can either select it and then middle-click onto the web terminal, (that pastes