From ef80dc8eefc3a77908a2317b78b444445f1e3159 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 17:55:52 -0500 Subject: [PATCH] added iputils to essentials for pinging --- alpine/alpine-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/alpine-essentials.sh b/alpine/alpine-essentials.sh index 813e0fc..c7ed96a 100755 --- a/alpine/alpine-essentials.sh +++ b/alpine/alpine-essentials.sh @@ -11,7 +11,7 @@ echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/ # apk update and install essentials apk update && apk upgrade -apk add nano sudo pwgen curl wget qemu-guest-agent git bash-doc bash-completion openssh --no-cache +apk add nano sudo pwgen curl wget qemu-guest-agent git bash-doc bash-completion openssh iputils --no-cache # change default shell to bash isInFile=$(cat /etc/passwd | grep -c "/bin/bash")