Update windowsInit.sh

This commit is contained in:
Molly Lau 2023-09-19 19:33:43 +09:00 committed by GitHub
parent 045d429ada
commit bf361f5eea
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 sed
apk add bash coreutils grep sed
# Get Windows static networking configurations.
confFile="/root/alpine.config"