Skip to content

Commit ac21852

Browse files
author
Andrey Prokopenko
committed
new OS versions added
1 parent 784ee5f commit ac21852

File tree

3 files changed

+1937
-1
lines changed

3 files changed

+1937
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![shellcheck](https://github.com/terem42/zfs-hetzner-vm/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/terem42/zfs-hetzner-vm/actions/workflows/shellcheck.yml)
44

5-
Scripts to install Debian 10, 11, 12 or Ubuntu 18 LTS, 20 LTS, 22 LTS with ZFS root on Hetzner root servers (virtual and dedicated).<br/>
5+
Scripts to install Debian 10, 11, 12, 13 or Ubuntu 18 LTS, 20 LTS, 22 LTS, 24 LTS with ZFS root on Hetzner root servers (virtual and dedicated).
66
__WARNING:__ all data on the disk will be destroyed.
77

88
## How to use:
@@ -30,6 +30,12 @@ Debian 12 minimal setup with SSH server
3030
wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-debian12-zfs-setup.sh | bash -
3131
````
3232

33+
Debian 13 minimal setup with SSH server
34+
35+
````bash
36+
wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-debian13-zfs-setup.sh | bash -
37+
````
38+
3339
Ubuntu 18.04 LTS minimal setup with SSH server
3440

3541
````bash
@@ -48,6 +54,12 @@ Ubuntu 22 LTS minimal setup with SSH server
4854
wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-ubuntu22-zfs-setup.sh | bash -
4955
````
5056

57+
Ubuntu 24 LTS minimal setup with SSH server
58+
59+
````bash
60+
wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-ubuntu24-zfs-setup.sh | bash -
61+
````
62+
5163
Answer script questions about desired hostname and ZFS ARC cache size.
5264

5365
To cope with network failures its higly recommended to run the commands above inside screen console, type `man screen` for more info.

0 commit comments

Comments
 (0)