From e7e6f30f6ed4719b501229c8b4a6d2cdd24dce36 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Sun, 26 May 2024 14:49:21 -0600 Subject: [PATCH] Update proxmox-replace-zfs-mirror-boot-disks-with-bigger.sh --- proxmox/proxmox-replace-zfs-mirror-boot-disks-with-bigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/proxmox-replace-zfs-mirror-boot-disks-with-bigger.sh b/proxmox/proxmox-replace-zfs-mirror-boot-disks-with-bigger.sh index f4b1a45..920bad4 100644 --- a/proxmox/proxmox-replace-zfs-mirror-boot-disks-with-bigger.sh +++ b/proxmox/proxmox-replace-zfs-mirror-boot-disks-with-bigger.sh @@ -18,7 +18,7 @@ set -u # abort on undefined var set -e # abort on error [ $(which sgdisk |wc -l) -eq 0 ] && apt-get install -y gdisk -[ $(which wipefs |wc -l) -eq 0 ] && apt-get install -y util-linus +[ $(which wipefs |wc -l) -eq 0 ] && apt-get install -y util-linux [ $(which parted |wc -l) -eq 0 ] && apt-get install -y parted # included in case partition end needs to be manually moved + makes new gptlabel # REF: https://sirlagz.net/2023/07/03/updated-live-resize-lvm-on-linux/