Skip to content

Commit 5fcd357

Browse files
committed
print alternatives config
1 parent 7bfecb5 commit 5fcd357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/scripts/lib_install/linux/ubuntu-focal/install-prebuilt-packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ ${privileged_command_prefix} update-alternatives --install /usr/bin/cc cc /usr/b
2929
${privileged_command_prefix} update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-10 0 \
3030
--slave /usr/share/man/man1/c++.1.gz c++.1.gz /usr/share/man/man1/g++.1.gz
3131
${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

Comments
 (0)