Skip to content

Instantly share code, notes, and snippets.

View Geolykt's full-sized avatar
🍴
Fork, fork

Geolykt

🍴
Fork, fork
View GitHub Profile
@Geolykt
Geolykt / install-maven.sh
Last active March 7, 2026 12:22
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"