some textual changes

This commit is contained in:
Ulf Gebhardt 2021-12-30 05:17:28 +01:00
parent 49548ecd48
commit 798a620c5a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# This install script requires the minimum requirements already installed.
# This is described in detail in [setup.md](./setup.md)
# How to do this is described in detail in [setup.md](./setup.md)

View File

@ -9,7 +9,11 @@
> passwd gradido
>> enter new
# Gives the user priviledges - this might be omitted in order to harden security
# Gives the user priviledges - this might be omitted in order to harden security
# Care: This will require another administering user if you don't want root access.
# Since this setup expects the user running the software be the same as the administering user,
# you have to adjust the instructions according to that scenario.
# You might lock yourself out, if done wrong.
> usermod -a -G sudo gradido
# switch to the new user