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 9dcc5f1 commit 6a4fcaeCopy full SHA for 6a4fcae
scripts/gcc_10.sh
@@ -0,0 +1,3 @@
1
+echo "Installing GCC 10, G++ 10..."
2
+apt install -y gcc-10 g++-10
3
+update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 80 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10
scripts/run_order.txt
@@ -1,5 +1,6 @@
dist_upgrade.sh
google_chrome.sh
+gcc_10.sh
4
python3.10.sh
5
openssh_server.sh
6
0 commit comments