From 0b14d9c2c33513e215d5a0cc14245cf1282be0b1 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 23 Jun 2024 21:44:52 +0200 Subject: [PATCH] Update README.md Fix for release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cb6ab4..bbf14a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # proxmox-zfs-postinstall -This script installs and configures basic tools for running a Proxmox Server. +This script installs and configures basic tools for running a new Proxmox Server (Version 8+). Following settings are made: - Install and configure zfs-auto-snapshot - Switch pve-enterprise/pve-no-subscription/pvetest repo @@ -15,16 +15,16 @@ Following settings are made: - SSH server hardening - Install checkzfs - Install bashclub-zsync +- Install virtio-win ISO - Create zfspool storage for swap disks if not exists - Adjust default volblocksize for Proxmox zfspool storage -- Configure proxmox mail delivery with postfix -- Daily check (and download) for new stable virtio-win iso and prune old (unused) versions +- Configure proxmox mail delivery proxmox notifications (pve8) # Usage Just download and execute the script, all settings are made interactively. ``` -wget -O ./postinstall --no-cache https://github.com/bashclub/proxmox-zfs-postinstall/raw/dev/postinstall +wget -O ./postinstall --no-cache https://github.com/bashclub/proxmox-zfs-postinstall/raw/main/postinstall bash ./postinstall ```