Add cat for see wheel

This commit is contained in:
Sambo Chea 2021-03-26 11:13:29 +07:00
parent 1a46bd8129
commit a9f0472ccd

View File

@ -18,7 +18,9 @@ update-ca-certificates
/sbin/apk add sudo
# Add wheel group
echo '%wheel ALL=NOPASSWD: ALL' > /etc/sudoers.d/wheel
echo '%wheel ALL=NOPASSWD: ALL' > /etc/sudoers.d/wheel
cat /etc/sudoers.d/wheel
# Add an administrator user.
adduser -D -u1000 cubetiq wheel
adduser -D -u1000 cubetiq wheel