pull/836/head
GuoHao 6 years ago committed by hengyunabc
parent 171394330b
commit e808da43ea

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
# define newset arthas's version # define newest arthas's version
ARTHAS_VERSION=${project.version} ARTHAS_VERSION=${project.version}
# define newset arthas lib home # define newest arthas's lib home
ARTHAS_LIB_HOME=${HOME}/.arthas/lib/${ARTHAS_VERSION}/arthas ARTHAS_LIB_HOME=${HOME}/.arthas/lib/${ARTHAS_VERSION}/arthas
# exit shell with err_code # exit shell with err_code
@ -30,5 +30,5 @@ if [[ ! -x ${ARTHAS_LIB_HOME} ]]; then
fi fi
echo "install to local successed." echo "install to local succeeded."

Loading…
Cancel
Save