diff options
| author | Fanjun Kong <[email protected]> | 2020-11-10 21:45:59 +0800 |
|---|---|---|
| committer | Fanjun Kong <[email protected]> | 2020-11-10 21:50:56 +0800 |
| commit | 717b6f8223c81d1e87feaea762e14335d67ea307 (patch) | |
| tree | 2ef859c6a855e3c6e87d113307d552fb4689720a /Makefile | |
| parent | 9cf6c3a8279f53460033deb4b63e16fafb29ea1d (diff) | |
Add parameter for apt install.
Signed-off-by: Fanjun Kong <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
