From dbe6499206649501ca0d1bbed81f5b2cf2633dc8 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 18:30:21 -0500 Subject: [PATCH] added hstr and htop to alpine essentials --- 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 e9c2858..40843c9 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 git bash-doc bash-completion openssh iputils restic --no-cache +apk add hstr htop nano sudo pwgen curl wget git bash-doc bash-completion openssh iputils restic --no-cache # check if vm or lxc if [[ ! -f /dev/.lxc-boot-id ]]