]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: install wipe and man
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Sep 2018 23:56:49 +0000 (20:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Sep 2018 23:56:49 +0000 (20:56 -0300)
share/provision/development

index 9ca79b13322aca3d2a89dc40ef24654cb3438806..ccfb9c69b0f1eb73d378c0c29a30dfd5637025a4 100755 (executable)
@@ -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