summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFanjun Kong <[email protected]>2020-11-10 21:45:59 +0800
committerFanjun Kong <[email protected]>2020-11-10 21:50:56 +0800
commit717b6f8223c81d1e87feaea762e14335d67ea307 (patch)
tree2ef859c6a855e3c6e87d113307d552fb4689720a /Makefile
parent9cf6c3a8279f53460033deb4b63e16fafb29ea1d (diff)
Add parameter for apt install.
Signed-off-by: Fanjun Kong <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 624d97d..fe18b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ ifneq ($(findstring Ubuntu,$(UNAME_A) $(shell test -e /etc/os-release && head -1
apt -y install rpm
apt -y install alien
apt -y install bash-completion # git自动补全
- apt install openjdk-8-jdk
+ apt -y install --no-install-recommends openjdk-8-jdk
else
yum check-update
yum install -y libstdc++-static