From 07361a6ea2bf7fdbca53c2530c92a44044988b45 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 27 Aug 2023 15:14:39 +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 1c5c5dc..ffcb76b 100644 --- a/Linux_reinstall/Alpine/alpineInit.sh +++ b/Linux_reinstall/Alpine/alpineInit.sh @@ -116,7 +116,7 @@ sed -ri 's/ash/bash/g' /etc/passwd # Insall more components. apk update -apk add axel bind-tools cpio curl dhcpcd e2fsprogs fail2ban grep grub gzip hdparm lsblk lsof net-tools parted udev util-linux vim wget +apk add axel bind-tools cpio curl dhcpcd e2fsprogs fail2ban grep grub gzip lsblk lsof net-tools udev util-linux vim wget # Config fail2ban sed -i '/\[Definition\]/a allowipv6 = auto' /etc/fail2ban/fail2ban.conf