From cc9c571c46d63fc1d5b0d4461dbcb1376d396de1 Mon Sep 17 00:00:00 2001 From: "Ryan T. Murphy" Date: Thu, 22 Jan 2026 18:57:28 -0500 Subject: [PATCH] Fix install.sh hanging on apt-get install Add DEBIAN_FRONTEND=noninteractive to prevent dpkg from waiting for interactive prompts during package configuration. --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 82184dc..ff8a777 100755 --- a/install.sh +++ b/install.sh @@ -28,8 +28,9 @@ echo " CPU kill threshold: ${CPU_CYCLES} minutes of 95%+ CPU" echo " RAM kill threshold: <${RAM_THRESHOLD}% free memory" echo "" -# Install packages +# Install packages (noninteractive to prevent hanging on prompts) echo "[1/8] Installing packages..." +export DEBIAN_FRONTEND=noninteractive apt-get update -qq apt-get install -y -qq earlyoom monit