From: Silvio Rhatto Date: Mon, 11 Sep 2017 11:30:07 +0000 (-0300) Subject: Provision: development: ensure we are in the home folder X-Git-Tag: 0.1.0~396 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6ff5b8740a7e144f2cb32fb348d88dc61be8ee23;p=kvmx.git Provision: development: ensure we are in the home folder --- diff --git a/share/provision/development b/share/provision/development index c3e06df..47b7efe 100755 --- a/share/provision/development +++ b/share/provision/development @@ -26,6 +26,9 @@ DOMAIN="$2" MIRROR="$3" APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y" +# Ensure we're in the home folder +cd + # Dependencies echo "Installing basic dependencies..." sudo sed -i -e "s|main$|main contrib non-free|g" /etc/apt/sources.list