From 57d78054a6c04133fe536c07e1316f8c9a743ea8 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 20 Sep 2025 11:35:08 +0200 Subject: [PATCH] add nvme-cli to maintenance tools necessary e.g. for Hetzner NVMe disk changes --- post-debootstrap-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 923e0ee..0112238 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -105,6 +105,7 @@ apt-get -y install \ htop \ iputils-ping \ man-db \ + nvme-cli \ rsync \ smartmontools \ tcpdump \