mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update scripts
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user