Update alpineInit.sh

This commit is contained in:
Molly Lau 2023-09-19 12:55:13 +09:00 committed by GitHub
parent 25707cfd5e
commit 57ce98ac55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ rm -f /etc/runlevels/default/local
# Install necessary components.
apk update
apk add bash bash bash-doc bash-completion coreutils sed
apk add bash coreutils sed
# Get Alpine Linux configurations.
confFile="/root/alpine.config"