symlinker.sh: update julia dir to 0.6.3
Former-commit-id: 826644d8e188c6b120d1943d312a600cfd6281a2
This commit is contained in:
parent
40940f449d
commit
5e0e436e4e
@ -5,7 +5,7 @@ linkDir="/usr/local/bin"
|
|||||||
|
|
||||||
function juliaLang(){
|
function juliaLang(){
|
||||||
name="julia"
|
name="julia"
|
||||||
version="0.6.2"
|
version="0.6.3"
|
||||||
linkDir="${linkDir}"
|
linkDir="${linkDir}"
|
||||||
|
|
||||||
if [ ! -f "${linkDir}/${name}" ];then
|
if [ ! -f "${linkDir}/${name}" ];then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user