From: Silvio Rhatto Date: Mon, 17 Sep 2018 23:56:49 +0000 (-0300) Subject: Provision: install wipe and man X-Git-Tag: 0.1.0~175 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2d47a1413a88283dfd4effa175be66259057744e;p=kvmx.git Provision: install wipe and man --- 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