mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-22 21:46:18 +01: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.