mirror of
https://github.com/henrygd/beszel.git
synced 2026-06-17 19:09:32 +03:00
8d9e9260e6
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.