summaryrefslogtreecommitdiffstats
path: root/ci/nosdn/fetch-charms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/nosdn/fetch-charms.sh')
-rwxr-xr-xci/nosdn/fetch-charms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh
index 0a659af0..96f83055 100755
--- a/ci/nosdn/fetch-charms.sh
+++ b/ci/nosdn/fetch-charms.sh
@@ -4,7 +4,7 @@ distro=$1
mkdir -p $distro
function build {
- sudo apt-get install charm-tools
+ sudo apt-get install charm-tools -y
(cd $distro/charm-congress; charm build -s $distro -obuild src)
mv $distro/charm-congress/build/$distro/congress $distro
}