From 5f02f12434366c7d4f814c0d0fd0ec0190dc03ca Mon Sep 17 00:00:00 2001 From: Rei Date: Sun, 27 Jul 2014 18:58:22 +0800 Subject: [PATCH] Fixed add-apt-repository not found issues for some cloud server #36 --- script/setup_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup_base.sh b/script/setup_base.sh index 414935b..dcfd6a4 100755 --- a/script/setup_base.sh +++ b/script/setup_base.sh @@ -5,7 +5,7 @@ USER=`whoami` sudo apt-get update # Install system packages -sudo DEBIAN_FRONTEND=noninteractive apt-get install -y redis-server memcached git-core nodejs imagemagick postfix +sudo DEBIAN_FRONTEND=noninteractive apt-get install -y redis-server memcached git-core nodejs imagemagick postfix software-properties-common # Install Elasticsearch wget -O - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add -