mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
3 lines
74 B
Bash
3 lines
74 B
Bash
#!/bin/sh
|
|
export M2_HOME=/opt/apache-maven
|
|
export PATH=$PATH:$M2_HOME/bin
|