mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-11-11 01:40:41 +08:00
Update alpineInit.sh
This commit is contained in:
parent
c17f57cfc8
commit
d976c75c1a
1 changed files with 3 additions and 1 deletions
|
|
@ -117,7 +117,9 @@ sed -ri 's/ash/bash/g' /etc/passwd
|
||||||
|
|
||||||
# Insall more components.
|
# Insall more components.
|
||||||
apk update
|
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 python3 py3-pip udev util-linux virt-what vim wget
|
||||||
|
|
||||||
|
apk add bind-tools figlet grep grub net-tools util-linux virt-what
|
||||||
|
|
||||||
# Use kernel "virt" if be executed on virtual machine.
|
# Use kernel "virt" if be executed on virtual machine.
|
||||||
cp /etc/apk/world /tmp/world.old
|
cp /etc/apk/world /tmp/world.old
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue