From bf361f5eea5c43e08d8f6fd9367a44f335a8caaa Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Tue, 19 Sep 2023 19:33:43 +0900 Subject: [PATCH] Update windowsInit.sh --- Linux_reinstall/Windows/windowsInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Windows/windowsInit.sh b/Linux_reinstall/Windows/windowsInit.sh index a0df676..869e83f 100644 --- a/Linux_reinstall/Windows/windowsInit.sh +++ b/Linux_reinstall/Windows/windowsInit.sh @@ -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"