Skip to content

Commit

Permalink
Update maven link again (dotnet#1154)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Wu <wudanzy@163.com>
  • Loading branch information
dragorosson and wudanzy authored Jan 14, 2025
1 parent f84b4fd commit 91212b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building/ubuntu-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you already have all the pre-requisites, skip to the [build](ubuntu-instructi
```bash
mkdir -p ~/bin/maven
cd ~/bin/maven
wget https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
wget https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
tar -xvzf apache-maven-3.6.3-bin.tar.gz
ln -s apache-maven-3.6.3 current
export M2_HOME=~/bin/maven/current
Expand Down

0 comments on commit 91212b9

Please sign in to comment.