1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:15:31 +02:00

Update update-alternatives.md

This commit is contained in:
Max Xu 2017-10-24 10:22:25 +08:00 committed by GitHub
parent 1d7ad860ff
commit ee39bfaeaf

View file

@ -6,7 +6,7 @@
`sudo update-alternatives --install {{link}} {{name}} {{path}} {{priority}}`
- Add a symbolic link for "java" with a priority of "300"
- Add a symbolic link for "java" with a priority of "300":
`sudo update-alternatives --install /usr/bin/java java /opt/java/jdk1.8.0_102/bin/java 300`