Update installation.rst

This commit is contained in:
tschettervictor
2025-04-09 17:36:16 -06:00
parent 904f8557c2
commit fbb1c5367f

View File

@@ -1,10 +1,10 @@
Installation
============
Bastille is available in the official FreeBSD ports tree at
`sysutils/bastille`. Binary packages are available in `quarterly` and `latest`
:code:`sysutils/bastille`. Binary packages are available in quarterly and latest
repositories.
Current version is `0.13.20250126`.
Current version is :code:`0.13.20250126`.
To install from the FreeBSD package repository:
@@ -19,8 +19,6 @@ pkg
pkg install bastille
sysrc bastille_enable=YES
sysrc bastille_rcorder=YES
To install from source (don't worry, no compiling):
@@ -31,8 +29,6 @@ ports
make -C /usr/ports/sysutils/bastille install clean
sysrc bastille_enable=YES
sysrc bastille_rcorder=YES
git
---
@@ -43,13 +39,12 @@ git
cd bastille
make install
sysrc bastille_enable=YES
sysrc bastille_rcorder=YES
This method will install the latest files from GitHub directly onto your
system. It is verbose about the files it installs (for later removal), and also
has a `make uninstall` target. You may need to manually copy the `.sample`
has a :code:`make uninstall` target. You may need to manually copy the sample
config into place before Bastille will run. (ie;
`/usr/local/etc/bastille/bastille.conf.sample`)
:code:`/usr/local/etc/bastille/bastille.conf.sample`)
Note: installing using this method overwrites the version variable to match
that of the source revision commit hash.