aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh18
1 files changed, 10 insertions, 8 deletions
diff --git a/install.sh b/install.sh
index 2031187..fc0fbc7 100644
--- a/install.sh
+++ b/install.sh
@@ -29,16 +29,18 @@ base_install() {
autojump \
zsh \
gcc \
- make
- fi
+ make \
+ pkg-config autoconf automake \
+ python3-docutils \
+ libseccomp-dev \
+ libjansson-dev \
+ libyaml-dev \
+ libxml2-dev
+ else if command -v pacman > /dev/null; then
+ pacman -S autojump
+ fi
# Universal Ctags
- apt install pkg-config autoconf automake \
- python3-docutils \
- libseccomp-dev \
- libjansson-dev \
- libyaml-dev \
- libxml2-dev
git clone [email protected]:universal-ctags/ctags.git
(
cd ctags