update scripts

pull/18/head
hengyunabc 7 years ago
parent 9245b693e4
commit 4295ecf67f

@ -2,7 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
CUR_VERSION="3.0"
CUR_VERSION="3.0.3"
# arthas's target dir
ARTHAS_TARGET_DIR=$DIR/target/arthas

@ -21,7 +21,7 @@ ARTHAS_VERSION=
ARTHAS_SCRIPT_VERSION=3.0.2
# arthas remote url
ARTHAS_REMOTE_VERSION_URL="http://arthas.io/api/arthas/newestVersion.do"
ARTHAS_REMOTE_VERSION_URL="https://alibaba.github.io/arthas/latest_version"
ARTHAS_REMOTE_DOWNLOAD_URL="http://arthas.io/mdtool"
# update timeout(sec)
@ -442,7 +442,6 @@ active_console()
main()
{
echo "Arthas script version: $ARTHAS_SCRIPT_VERSION"
echo "Try out Arthas online: /arthas/web-console"
check_permission
reset_for_env

Loading…
Cancel
Save