diff --git a/ubuntu-mvn.sh b/ubuntu-mvn.sh index 6c9f50a..b06ab2d 100644 --- a/ubuntu-mvn.sh +++ b/ubuntu-mvn.sh @@ -2,7 +2,4 @@ cd /usr/local wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz tar -zvxf apache-maven-3.9.6-bin.tar.gz -echo "export MAVEN_HOME=/usr/local/apache-maven-3.9.6" | tee -a /etc/profile -echo "export PATH=${MAVEN_HOME}/bin:${PATH}" | tee -a /etc/profile -source /etc/profile -mvn -v \ No newline at end of file +bash mvn-home.sh \ No newline at end of file