symlinker.sh: update julia to 1.0.2
Former-commit-id: ac178b34517a89f1a2c4d195d10b68b5eb070b30 Former-commit-id: 1b42341e3af2370dccabe092db09be3ca4421198
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user