Skip to content

Commit 6a4fcae

Browse files
Added GCC-10 G++-10 Installation script
1 parent 9dcc5f1 commit 6a4fcae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/gcc_10.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist_upgrade.sh
22
google_chrome.sh
3+
gcc_10.sh
34
python3.10.sh
45
openssh_server.sh
56
dist_upgrade.sh

0 commit comments

Comments
 (0)