From cee5d88c5b0c7d3ffc61049a8d5bd113b7d489e3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Mar 2025 08:28:41 +0100 Subject: [PATCH] fix alpine --- misc/alpine-install.func | 2 +- misc/build.func | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 2092193..d869657 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -146,7 +146,7 @@ update_os() { msg_info "Installing core dependencies" $STD apk update - $STD apk add newt curl openssh nano mc + $STD apk add newt curl openssh nano mc ncurses msg_ok "Core dependencies installed" } diff --git a/misc/build.func b/misc/build.func index f232926..6dbc713 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1360,6 +1360,9 @@ start() { mkdir -p "$LOGDIR" if [ -f /etc/alpine-release ]; then echo "Running on Alpine Linux – minimal update process." + SPINNER_PID="" + ENABLE_FUSE="" + update_script return fi