symlinker.sh: update julia to 1.0.3

Former-commit-id: dbfea7bf109c24b6ab9828f095791fd41366a65f
Former-commit-id: 24864b202e3bdc53f8beb87a0e205927881f6967
This commit is contained in:
mollusk 2018-12-25 18:18:54 -07:00
parent e7b51f21c5
commit deb28f4e4a

View File

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