mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-10 12:27:48 +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.