diff options
Diffstat (limited to 'share/provision')
-rwxr-xr-x | share/provision/development | 2 |
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 |