diff --git a/images/linux/scripts/installers/gcc.sh b/images/linux/scripts/installers/gcc.sh index 2d94d0252..86575568c 100644 --- a/images/linux/scripts/installers/gcc.sh +++ b/images/linux/scripts/installers/gcc.sh @@ -26,6 +26,7 @@ function InstallGcc { } # Install GNU C++ compiler +add-apt-repository ppa:ubuntu-toolchain-r/test -y apt-get update -y versions=( diff --git a/images/linux/scripts/installers/gfortran.sh b/images/linux/scripts/installers/gfortran.sh index 235f55ea1..1e392839d 100644 --- a/images/linux/scripts/installers/gfortran.sh +++ b/images/linux/scripts/installers/gfortran.sh @@ -26,6 +26,7 @@ function InstallFortran { } # Install GNU Fortran compiler +add-apt-repository ppa:ubuntu-toolchain-r/test -y apt-get update -y versions=(