aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-09-17 20:56:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-09-17 20:56:49 -0300
commit2d47a1413a88283dfd4effa175be66259057744e (patch)
tree56697b4dc6b3c9bb21d03087ed5b4382347ec3de /share
parent654182b614c9065fd8f5a7a642ee03a47d79534e (diff)
downloadkvmx-2d47a1413a88283dfd4effa175be66259057744e.tar.gz
kvmx-2d47a1413a88283dfd4effa175be66259057744e.tar.bz2
Provision: install wipe and man
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/development2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/development b/share/provision/development
index 9ca79b1..ccfb9c6 100755
--- a/share/provision/development
+++ b/share/provision/development
@@ -49,7 +49,7 @@ fi
# Dependencies
echo "Installing basic dependencies..."
-$APT_INSTALL git curl make || exit 1
+$APT_INSTALL git curl make wipe man || exit 1
# Tools
if [ ! -e "apps/infection" ]; then