]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: install curl into development bundle
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Nov 2017 02:28:43 +0000 (00:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Nov 2017 02:28:43 +0000 (00:28 -0200)
share/provision/development

index 51d9ecf7f6102a12ef5af2a9a9f054b4041704fb..ccc0293dd611a92c0166a02290b885b1a09a5cc9 100755 (executable)
@@ -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 || exit 1
+$APT_INSTALL git curl || exit 1
 
 # Tools
 if [ ! -e "apps/inception" ]; then