aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-30 21:21:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-30 21:21:33 -0200
commitf6a3a456ca952752e7b7961640cbc47ceae1d694 (patch)
treef271b3fd387e4b87b378bf1a3bc1fdb6ccc5caa0 /share
parent6caa894e58e5b55df3bedddfe4fb1e62c7ccb967 (diff)
downloadkvmx-f6a3a456ca952752e7b7961640cbc47ceae1d694.tar.gz
kvmx-f6a3a456ca952752e7b7961640cbc47ceae1d694.tar.bz2
Provision: development: install make
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 ccc0293..0fa55f0 100755
--- a/share/provision/development
+++ b/share/provision/development
@@ -33,7 +33,7 @@ cd
echo "Installing basic dependencies..."
sudo sed -i -e "s|main$|main contrib non-free|g" /etc/apt/sources.list || exit 1
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean || exit 1
-$APT_INSTALL git curl || exit 1
+$APT_INSTALL git curl make || exit 1
# Tools
if [ ! -e "apps/inception" ]; then