File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ install_mvn() {
9393install_zinc () {
9494 local zinc_path=" zinc-0.3.15/bin/zinc"
9595 [ ! -f " ${_DIR} /${zinc_path} " ] && ZINC_INSTALL_FLAG=1
96- local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:- https:// downloads.typesafe .com}
96+ local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:- https:// downloads.lightbend .com}
9797
9898 install_app \
9999 " ${TYPESAFE_MIRROR} /zinc/0.3.15" \
@@ -109,7 +109,7 @@ install_scala() {
109109 # determine the Scala version used in Spark
110110 local scala_version=` grep " scala.version" " ${_DIR} /../pom.xml" | head -n1 | awk -F ' [<>]' ' {print $3}' `
111111 local scala_bin=" ${_DIR} /scala-${scala_version} /bin/scala"
112- local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:- https:// downloads.typesafe .com}
112+ local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:- https:// downloads.lightbend .com}
113113
114114 install_app \
115115 " ${TYPESAFE_MIRROR} /scala/${scala_version} " \
You can’t perform that action at this time.
0 commit comments