Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Nov 23, 2023
1 parent 92f4c5c commit 484c803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run `build.sh` to generate a hands-free iso image.

### Requirements

The following command installs all requirements on a Debian based system:
The following command installs all requirements to use the tool on a Debian based system:

```sh
sudo apt update
Expand All @@ -26,6 +26,8 @@ git clone https://github.com/nothub/debian-autoinstall.git
cd debian-autoinstall
# customize authorized ssh keys
curl -sSLo configs/authorized_keys https://github.com/nothub.keys
# set user and password
./build.sh -u 'hub' -p 'changeme'
# set hostname and domain
./build.sh -n 'calculon' -d 'home.arpa'
# include additional apt packages
Expand Down

0 comments on commit 484c803

Please sign in to comment.