summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-19 18:37:54 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-19 18:37:54 +0300
commitdf0f1ae49591b99045815d9c440777f1d59fe33c (patch)
tree7c01a14a359715840c798852ae1c5487a87f74c7
parentdf8db0eb962f75930e8f61228aaec2941142452b (diff)
parentb10c5b3cc6272ba3a3a75483d57c8a774e2512b2 (diff)
downloadspm-df0f1ae49591b99045815d9c440777f1d59fe33c.tar.gz
spm-df0f1ae49591b99045815d9c440777f1d59fe33c.tar.bz2
spm-df0f1ae49591b99045815d9c440777f1d59fe33c.tar.xz
spm-df0f1ae49591b99045815d9c440777f1d59fe33c.zip
Merge branch 'master' into tinyxml2
-rwxr-xr-x.ci/install.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 1c6bc24..ca26375 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -8,5 +8,10 @@ fi
echo "apt-get update"
./.ci/retry.sh apt-get update || exit 1
-echo "apt-get -y install $*"
-./.ci/retry.sh apt-get -y install $* || exit 1
+echo "apt-get -y install aptitude"
+./.ci/retry.sh apt-get -y install aptitude || exit 1
+
+echo "aptitude update"
+./.ci/retry.sh aptitude update || exit 1
+echo "aptitude -y install $*"
+./.ci/retry.sh aptitude -y install $* || exit 1