From 623dceb44747b070e9d7396204c463502812d8b2 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 16 Jun 2023 17:41:37 +0900 Subject: [PATCH] Update alpineInit.sh --- Linux_reinstall/Alpine/alpineInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Alpine/alpineInit.sh b/Linux_reinstall/Alpine/alpineInit.sh index 3237ab6..04a8d1f 100644 --- a/Linux_reinstall/Alpine/alpineInit.sh +++ b/Linux_reinstall/Alpine/alpineInit.sh @@ -109,7 +109,7 @@ sed -ri 's/ash/bash/g' /etc/passwd # Insall more components. apk update -apk add axel bind-tools cpio curl e2fsprogs figlet grep grub gzip hdparm lsblk lsof net-tools parted udev util-linux virt-what vim wget +apk add axel bind-tools cpio curl e2fsprogs grep grub gzip hdparm lsblk lsof net-tools parted udev util-linux virt-what vim wget # Use kernel "virt" if be executed on virtual machine. cp /etc/apk/world /tmp/world.old