summaryrefslogtreecommitdiff
path: root/pkg/linux/README.rst
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-06-20 13:24:51 -0300
committerTomás Touceda <chiiph@leap.se>2014-06-20 13:24:51 -0300
commit6b4a4dc1efe5a3c740a9e54a22409d1025294537 (patch)
tree8255586a1e5e6e61ef1a60d7a576a0a41a7f977f /pkg/linux/README.rst
parentbfcd118cc0cab27057419ace691bb0caa7f2f430 (diff)
parentb7b00f724b5ce1dc9382ec6c44e6b23faadacbb4 (diff)
Merge remote-tracking branch 'refs/remotes/kali/feature/install-helpers-utility' into develop
Diffstat (limited to 'pkg/linux/README.rst')
-rw-r--r--pkg/linux/README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkg/linux/README.rst b/pkg/linux/README.rst
index 249c721f..f89842d3 100644
--- a/pkg/linux/README.rst
+++ b/pkg/linux/README.rst
@@ -15,10 +15,15 @@ path will be used if the flag ``--standalone`` is set::
bitmask-root -> /usr/local/sbin/bitmask-root
polkit/se.leap.bitmask.bundle.policy -> /usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy
-You will also have to place an openvpn binary in the following path::
+When running with ``--standalone`` flag, the openvpn binary is expected in the following path::
leap-openvpn -> /usr/local/sbin/leap-openvpn
+The bundle will use the script ``leap-install-helper.sh`` to copy the needed
+files. If you ever want to use it manually to update the helpers or bins, it
+needs a ``--from-path`` parameter to be passed to it. This points to a folder
+from where all the needed binaries and scripts can be found.
+
Binary hashing
==============