webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

Update installMaven.sh #164

Closed agouaillard-cosmo closed 3 years ago

agouaillard-cosmo commented 3 years ago

The first one did not work for me

Sent from my iPhone

On 15 Dec 2020, at 09:55, Nam notifications@github.com wrote:

 @namvuCosmo commented on this pull request.

In scripts/mac/installMaven.sh:

@@ -4,7 +4,7 @@ cd $BASEDIR MAVEN_VERSION=3.6.3

function installMaven(){ -curl https://www-us.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.zip -o apache-maven-$MAVEN_VERSION.zip +curl https://downloads.apache.org/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.zip -o apache-maven-$MAVEN_VERSION.zip both links work, right?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

namvuCosmo commented 3 years ago

both work for me, so merging this PR wouldn't do any harm