mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 17:52:57 +08:00
Fixed add-apt-repository not found issues for some cloud server #36
This commit is contained in:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user