From 1e889c1a8f76a0d673ad6ebdfa5c07b72e25c570 Mon Sep 17 00:00:00 2001 From: Ivan Nosar Date: Wed, 5 Feb 2020 14:08:16 +0300 Subject: [PATCH] Fix ubuntu --- images/linux/scripts/installers/gcc.sh | 1 + images/linux/scripts/installers/gfortran.sh | 1 + 2 files changed, 2 insertions(+) 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=(