diff options
| author | Baoyou Xie <[email protected]> | 2021-06-13 11:38:17 +0800 |
|---|---|---|
| committer | Baoyou Xie <[email protected]> | 2021-06-13 11:38:17 +0800 |
| commit | f440bc7b5bfa37408d1327ff9ecbb30819a3de78 (patch) | |
| tree | 9d234277c3706c497cd335d9bbe73fbe6d23a784 /Makefile | |
| parent | 3134a8952fffc6fc54f535df95158ef22e35f1dd (diff) | |
diagnose-tools: 在ubuntu上不要执行apt update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ endif devel: ifneq ($(findstring Ubuntu,$(UNAME_A) $(shell test -e /etc/os-release && head -1 /etc/os-release)),) - apt update + #apt update apt -y install gcc apt -y install g++ apt -y install libunwind8-dev |
