Update RHELinit.sh

This commit is contained in:
Molly Lau 2023-09-30 04:56:47 +09:00 committed by GitHub
parent ce923c929f
commit 059ead0498
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 coreutils grep sed
apk add coreutils grep sed
# Get RHEL Linux configurations.
confFile="/root/alpine.config"