add g++-10

This commit is contained in:
Aleksandr Chebotov
2020-09-24 13:01:25 +03:00
parent 5eaec87281
commit 207f49ed93
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,6 @@
## Desc: Installs GNU C++
################################################################################
function InstallGcc {
version=$1
@@ -27,6 +26,7 @@ versions=(
"g++-7"
"g++-8"
"g++-9"
"g++-10"
)
for version in ${versions[*]}