Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Remove unnecesary line
Browse files Browse the repository at this point in the history
  • Loading branch information
jachinte committed Oct 6, 2017
1 parent 6ca9ff9 commit 17acbdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ docker:
install: |-
sudo apt-get update
sudo apt-get install -y git curl
sudo apt-get purge -y maven
curl -o /tmp/apache-maven-3.3.9-bin.tar.gz http://www-us.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
sudo tar -zxf /tmp/apache-maven-3.3.9-bin.tar.gz -C /usr/local/
sudo ln -s /usr/local/apache-maven-3.3.9/bin/mvn /usr/bin/mvn
Expand Down

0 comments on commit 17acbdc

Please sign in to comment.