We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5c4b3 commit 10d482aCopy full SHA for 10d482a
setup-fortran.sh
@@ -43,7 +43,7 @@ install_gcc_brew()
43
44
install_gcc_apt()
45
{
46
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
+ sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
47
sudo apt-get update
48
sudo apt-get install -y gcc-${version} gfortran-${version}
49
sudo update-alternatives \
0 commit comments