From f4c61c278d2d7e52a9d4742a7682c84ad3254496 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Thu, 15 Jun 2023 23:32:49 +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 93d60e8..7dad886 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 python3 py3-pip udev util-linux virt-what vim wget +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 # Use kernel "virt" if be executed on virtual machine. cp /etc/apk/world /tmp/world.old