Update alpineInit.sh

This commit is contained in:
Molly Lau 2023-06-15 23:32:49 +09:00 committed by GitHub
parent 772417993c
commit f4c61c278d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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