new script for ubuntu 20

This commit is contained in:
Prokopenko Andrey
2021-09-15 13:18:08 +02:00
parent 3ef2bba59f
commit b5a71bb5cc
4 changed files with 922 additions and 17 deletions

View File

@@ -16,6 +16,12 @@ Debian 11 minimal setup with SSH server
wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-debian11-zfs-setup.sh | bash -
````
Ubuntu 20 LTS minimal setup with SSH server
````bash
wget -qO- https://raw.githubusercontent.com/terem42/zfs-hetzner-vm/master/hetzner-ubuntu20-zfs-setup.sh | bash -
````
Debian 10 minimal setup with SSH server
````bash