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 671ecd0 commit 96b0025Copy full SHA for 96b0025
scripts/gcc-12.sh
@@ -0,0 +1,12 @@
1
+#!/bin/bash
2
+
3
+set -eux
4
5
+echo "Installing gcc-12, g++-12..."
6
7
+apt install -y gcc-12 g++-12
8
9
+update-alternatives \
10
+ --install /usr/bin/gcc gcc /usr/bin/gcc-12 80 \
11
+ --slave /usr/bin/g++ g++ /usr/bin/g++-12 \
12
+ --slave /usr/bin/gcov gcov /usr/bin/gcov-12
scripts/gcc_10.sh
scripts/run_order.txt
@@ -1,7 +1,7 @@
dist_upgrade.sh
add_repo.sh
google_chrome.sh
-gcc_10.sh
+gcc-12.sh
python3.10.sh
openjdk17.sh
openssh_server.sh
0 commit comments