From 20a279ba3fffc462a71cd57f444ae9eea7a06a9b Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 27 Aug 2023 15:42:30 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index 116e4c1..f278233 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -1158,7 +1158,7 @@ function checkSys() { # [[ ! `grep -i "testing" /etc/apk/repositories` ]] && sed -i '$a\http://ftp.udx.icscoe.jp/Linux/alpine/edge/testing' /etc/apk/repositories # Alpine Linux use "apk" as package management. apk update - apk add bash bind-tools coreutils cpio curl efibootmgr file gawk grep gzip ipcalc jq net-tools openssl sed shadow tzdata util-linux virt-what wget xz + apk add bash bind-tools coreutils cpio curl efibootmgr file gawk grep gzip ipcalc jq lsblk net-tools openssl sed shadow tzdata util-linux virt-what wget xz # Use bash to replace ash. sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd }