Skip to content

Commit

Permalink
Fix g++ name
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-er committed Jun 13, 2020
1 parent da4d9fc commit 9c84146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apt install -y \
libcurl4-gnutls-dev libjsoncpp-dev libmagic-dev

# C/C++
apt install -y gcc c++
apt install -y gcc g++

# Java
apt install -y openjdk-8-jre-headless openjdk-8-jdk
Expand Down

0 comments on commit 9c84146

Please sign in to comment.