diff --git a/freebsd/20_bastille.md b/freebsd/20_bastille.md index c527bd8..4c4293f 100644 --- a/freebsd/20_bastille.md +++ b/freebsd/20_bastille.md @@ -41,20 +41,20 @@ bastille start gitea bastille console gitea ``` -Inside the jail, install Gitea and its dependencies +### 4. Install Gitea and its Dependencies ``` sh pkg update pkg install gitea git nano ``` -Enable Gitea to start on boot +### 4. Enable Gitea to start on boot ``` sh sysrc gitea_enable="YES" ``` -Create gitea user and group +### 5. Create the Git user ``` sh pw useradd gitea -c "Gitea" -d /var/db/gitea -s /usr/sbin/nologin