Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #49 from johndoe2389/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
JBakamovic committed Oct 10, 2016
2 parents 7f7de3a + fbe047e commit f36050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ guess_system_package_manager(){
elif [ $SYSTEM_PACKAGE_TYPE == "deb" ]; then
SYSTEM_PACKAGE_SET="vim-gnome ctags cscope git wget libpcre3 libpcre3-dev libyaml-dev python-pip python-dev libclang-dev"
elif [ $SYSTEM_PACKAGE_TYPE == "archpkg" || $SYSTEM_PACKAGE_TYPE == "ebuild" ]; then
SYSTEM_PACKAGE_SET="vim-gnome ctags cscope git wget pcre libyaml python-pip python python-watchdog clang"
SYSTEM_PACKAGE_SET="gvim ctags cscope git wget pcre libyaml python-pip python python-watchdog clang"
fi
}

Expand Down

0 comments on commit f36050d

Please sign in to comment.