summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBaoyou Xie <[email protected]>2021-06-13 11:38:17 +0800
committerBaoyou Xie <[email protected]>2021-06-13 11:38:17 +0800
commitf440bc7b5bfa37408d1327ff9ecbb30819a3de78 (patch)
tree9d234277c3706c497cd335d9bbe73fbe6d23a784 /Makefile
parent3134a8952fffc6fc54f535df95158ef22e35f1dd (diff)
diagnose-tools: 在ubuntu上不要执行apt update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2637751..169a6eb 100644
--- a/Makefile
+++ b/Makefile
@@ -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