symlinker.sh: update julia to 1.0.2

Former-commit-id: ac178b34517a89f1a2c4d195d10b68b5eb070b30
Former-commit-id: 1b42341e3af2370dccabe092db09be3ca4421198
This commit is contained in:
2018-11-13 03:27:40 -07:00
parent b70d2e0b43
commit 335430b358
2 changed files with 117 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ linkDir="/usr/local/bin"
function juliaLang(){
name="julia"
version="0.6.3"
version="1.0.2"
linkDir="${linkDir}"
if [ ! -f "${linkDir}/${name}" ];then