Skip to content

Commit

Permalink
Update update-alternatives.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored Oct 24, 2017
1 parent 1d7ad86 commit ee39bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/linux/update-alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit ee39bfa

Please sign in to comment.