mirror of
https://github.com/henrygd/beszel.git
synced 2026-05-06 10:51:50 +02:00
On Alpine Linux, the correct command to add a user to an existing group is addgroup <username> <groupname> rather than usermod -aG. The usermod command is part of the shadow package which is not installed by default on Alpine.