Skip to content

Commit

Permalink
Update config_gcc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
USTfgaoaa committed Sep 11, 2019
1 parent bb5cd22 commit 1a53760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_gcc.sh
@@ -1,3 +1,3 @@
sudo apt-get install -y gcc-7 g++-7 & sleep 0.2;
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5 & sleep 0.2;
sudo apt-get install -y gcc-7 g++-7 && sleep 0.2;
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5 && sleep 0.2;
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 50 --slave /usr/bin/g++ g++ /usr/bin/g++-7;

0 comments on commit 1a53760

Please sign in to comment.