mirror of
https://github.com/henrygd/beszel.git
synced 2026-06-20 22:31:49 +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.