Skip to content

Instantly share code, notes, and snippets.

@Geolykt
Last active March 7, 2026 12:22
Show Gist options
  • Select an option

  • Save Geolykt/25bfca6da7f79adb0d6071a99e8e38c6 to your computer and use it in GitHub Desktop.

Select an option

Save Geolykt/25bfca6da7f79adb0d6071a99e8e38c6 to your computer and use it in GitHub Desktop.
maven alternatives installation script on fedora
#!/bin/sh
alternatives --install /usr/bin/mvn mvn "$1/bin/mvn" 0 --follower /usr/bin/mvnDebug mvnDebug "$1/bin/mvnDebug" --follower /usr/bin/mvnenc mvnenc "$1/bin/mvnenc" --follower /usr/bin/mvnup mvnup "$1/bin/mvnup" --follower /usr/bin/mvnyjp mvnyjp "$1/bin/mvnyjp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment