Update zenarmor_cmd_install.rst (#647)

Zenarmor Command line installation Updated
This commit is contained in:
zenarmor 2024-12-13 20:14:03 +03:00 committed by GitHub
parent 43e4f234d2
commit 04d548ca3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.