Update alpineInit.sh

This commit is contained in:
Molly Lau 2023-08-27 15:18:38 +09:00 committed by GitHub
parent 07361a6ea2
commit 498de05943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ 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 dhcpcd e2fsprogs fail2ban grep grub gzip lsblk lsof net-tools udev util-linux vim wget apk add bind-tools cpio curl dhcpcd e2fsprogs fail2ban grep grub gzip lsblk lsof net-tools udev util-linux vim wget
# Config fail2ban # Config fail2ban
sed -i '/\[Definition\]/a allowipv6 = auto' /etc/fail2ban/fail2ban.conf sed -i '/\[Definition\]/a allowipv6 = auto' /etc/fail2ban/fail2ban.conf