fixed typo

This commit is contained in:
2024-03-13 11:20:53 -05:00
parent 8285a5709a
commit 14ff7d5b85

View File

@@ -11,7 +11,7 @@ echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/
# apk update and install essentials # apk update and install essentials
apk update && apk upgrade 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 --no-cache
# change default shell to bash # change default shell to bash
isInFile=$(cat /etc/passwd | grep -c "/bin/bash") isInFile=$(cat /etc/passwd | grep -c "/bin/bash")