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 7bfecb5 commit 5fcd357Copy full SHA for 5fcd357
tools/scripts/lib_install/linux/ubuntu-focal/install-prebuilt-packages.sh
@@ -29,3 +29,5 @@ ${privileged_command_prefix} update-alternatives --install /usr/bin/cc cc /usr/b
29
${privileged_command_prefix} update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-10 0 \
30
--slave /usr/share/man/man1/c++.1.gz c++.1.gz /usr/share/man/man1/g++.1.gz
31
${privileged_command_prefix} update-alternatives --install /lib/cpp cpp /usr/bin/cpp-10 0
32
+
33
+${privileged_command_prefix} update-alternatives --config gcc
0 commit comments