mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
Add basic setup for FreeBSD
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh -xe
|
||||||
|
|
||||||
|
pkg install -Ay \
|
||||||
|
git \
|
||||||
|
python \
|
||||||
|
py27-virtualenv \
|
||||||
|
augeas \
|
||||||
|
libffi \
|
||||||
@@ -102,6 +102,21 @@ Centos 7
|
|||||||
sudo ./bootstrap/centos.sh
|
sudo ./bootstrap/centos.sh
|
||||||
|
|
||||||
|
|
||||||
|
FreeBSD
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
sudo ./bootstrap/centos.sh
|
||||||
|
|
||||||
|
Bootstrap script for FreeBSD uses ``pkg`` for package installation,
|
||||||
|
i.e. it does not use ports.
|
||||||
|
|
||||||
|
FreeBSD by default uses ``tcsh``. In order to activate virtulenv (see
|
||||||
|
below), you will need a compatbile shell, e.g. ``pkg install bash &&
|
||||||
|
bash``.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user