summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBaoyou Xie <[email protected]>2020-07-16 16:05:19 +0800
committerBaoyou Xie <[email protected]>2020-07-16 16:05:19 +0800
commit81bb78adfbba95d498630a7b53da432dc8f4bf51 (patch)
tree5c56a68ef9494b01f00f4072bad3eab5e397ec23 /Makefile
parent3de6240673b846103bcaf8436d58696f51e3f5f9 (diff)
diagnose-tools: 支持ubuntu下git命令自动补全功能
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03193ea..77c2a86 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ ifneq ($(findstring Ubuntu,$(UNAME_A)),)
apt -y install libelf-dev
apt -y install rpm
apt -y install alien
+ apt -y install bash-completion # git自动补全
apt install openjdk-8-jdk
else
yum install -y libstdc++-static