permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 69d7bc860cbd0e794e94403131451c85e5c16a39
parent cf376a440b41697adc41e4a4e2644cb09a0888fa
Author: decentral1se <decentral1se@web>
Date:   Sun, 29 Sep 2024 09:12:52 +0200

fix: useradd -> usermod

Diffstat:
Meik.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -70,7 +70,7 @@ Git repositories are located in `/var/www/git.permacomputing.net/repos`. Any use * to add a user to the group (replacing `USERNAME` as needed): - ```useradd --append --groups gitusers USERNAME``` + ```usermod --append --groups gitusers USERNAME``` * to create a new repository (via ssh, replacing `USERNAME` and `REPONAME`):