diff options
| author | Baoyou Xie <[email protected]> | 2020-07-16 16:05:19 +0800 |
|---|---|---|
| committer | Baoyou Xie <[email protected]> | 2020-07-16 16:05:19 +0800 |
| commit | 81bb78adfbba95d498630a7b53da432dc8f4bf51 (patch) | |
| tree | 5c56a68ef9494b01f00f4072bad3eab5e397ec23 /Makefile | |
| parent | 3de6240673b846103bcaf8436d58696f51e3f5f9 (diff) | |
diagnose-tools: 支持ubuntu下git命令自动补全功能
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
