mirror of
https://github.com/opnsense/docs.git
synced 2026-04-22 14:49:07 -04:00
Update zenarmor_cmd_install.rst (#647)
Zenarmor Command line installation Updated
This commit is contained in:
parent
43e4f234d2
commit
04d548ca3d
1 changed files with 8 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
====================================================
|
||||
Zenarmor (Sensei): Installing via Command Line
|
||||
Zenarmor : Installing via Command Line
|
||||
====================================================
|
||||
|
||||
Although the preferred method of installation is the web interface, Zenarmor may also be installed using the command line interface via SSH or direct system access. Once Zenarmor is installed, you will need to complete the initial configuration using the web interface.
|
||||
|
|
@ -40,16 +40,18 @@ If you only have shell access to OPNsense, you may install Zenarmor remotely by
|
|||
Download & Run Zenarmor Installer
|
||||
..................................
|
||||
|
||||
Once you are successfully logged into OPNsense either by local system access or SSH, enter option “8” to open the shell. Run the following command to download and execute the installation script.
|
||||
Once you are successfully logged into OPNsense either by local system access or SSH, enter option “8” to open the shell. Run the following commands to install vendor repository and Zenarmor package.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# curl https://updates.sunnyvalley.io/getzenarmor | sh
|
||||
pkg install os-sunnyvalley
|
||||
|
||||
.. image:: images/zenarmor-cli-install-.png
|
||||
:width: 100%
|
||||
.. code-block:: bash
|
||||
|
||||
The script will copy the installation files onto the filesystem and will add a top-level menu item within the OPNsense web interface. Depending on the speed of your hardware and Internet connection, the installation may take several minutes to complete.
|
||||
pkg install os-sensei
|
||||
|
||||
|
||||
This will copy the installation files onto the filesystem and will add a top-level menu item within the OPNsense web interface. Depending on the speed of your hardware and Internet connection, the installation may take several minutes to complete.
|
||||
|
||||
Once the installation has been completed, you may disconnect from your terminal session.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue