fix alpine
This commit is contained in:
parent
f76ce28be9
commit
cee5d88c5b
@ -146,7 +146,7 @@ update_os() {
|
|||||||
|
|
||||||
msg_info "Installing core dependencies"
|
msg_info "Installing core dependencies"
|
||||||
$STD apk update
|
$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"
|
msg_ok "Core dependencies installed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1360,6 +1360,9 @@ start() {
|
|||||||
mkdir -p "$LOGDIR"
|
mkdir -p "$LOGDIR"
|
||||||
if [ -f /etc/alpine-release ]; then
|
if [ -f /etc/alpine-release ]; then
|
||||||
echo "Running on Alpine Linux – minimal update process."
|
echo "Running on Alpine Linux – minimal update process."
|
||||||
|
SPINNER_PID=""
|
||||||
|
ENABLE_FUSE=""
|
||||||
|
|
||||||
update_script
|
update_script
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user