summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-10-31 20:34:33 -0600
committermo khan <mo@mokhan.ca>2014-10-31 20:34:33 -0600
commit7b261c05fcff7c1569bb0fadbb5adefd228e2c7e (patch)
tree238011f79d7c5c81d49e12ffcf24bc34cb9bad84 /script
parentebc71d94acc9658c46a068a1bf7ae11abee1d6bc (diff)
install ctags.
Diffstat (limited to 'script')
-rw-r--r--script/bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/bootstrap.sh b/script/bootstrap.sh
index ce6d3838..7e2dd6c6 100644
--- a/script/bootstrap.sh
+++ b/script/bootstrap.sh
@@ -14,6 +14,7 @@ apt-get -y install zlib1g-dev libssl-dev
apt-get -y install libreadline-gplv2-dev
apt-get -y install libxml2 libxml2-dev libxslt1-dev
apt-get -y install curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev
+apt-get -y install exuberant-ctags
apt-get -y autoremove
add-apt-repository -y ppa:nginx/stable