From 599b8aedd2c667cd80e4748f3c8f8af1d7471467 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:58:31 +0800 Subject: [PATCH] fix: correct DL370p to DL360p in install.sh line 55 Fixes #35 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 61f1934..9309ac0 100644 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ if [[ ${ACCEPTED,,} =~ ^[y] ]]; then 5) AUTOFANFILE="autofan-dl380p-hdcontroller-g8-.sh" - HOSTTYPE="DL370p G8 (No ESXi - CPU + HD controller)" + HOSTTYPE="DL360p G8 (No ESXi - CPU + HD controller)" ;; *)