added hstr and htop to alpine essentials
This commit is contained in:
@@ -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 ]]
|
||||
|
||||
Reference in New Issue
Block a user