File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ check_tmoe_command() {
4949 else
5050 TMOE_TIPS_01=" tmoe"
5151 fi
52- TMOE_TIPS_00=" Welcome to tmoe linux manager v1.4340 ,type ${TMOE_TIPS_01} to start it."
52+ TMOE_TIPS_00=" Welcome to tmoe linux manager v1.4341 ,type ${TMOE_TIPS_01} to start it."
5353}
5454# ########################
5555tmoe_manager_env () {
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ check_tmoe_command() {
9292 else
9393 TMOE_TIPS_01=" tmoe t"
9494 fi
95- TMOE_TIPS_00=" Welcome to tmoe linux tool v1.4340 ,type ${TMOE_TIPS_01} to start this tool."
95+ TMOE_TIPS_00=" Welcome to tmoe linux tool v1.4341 ,type ${TMOE_TIPS_01} to start this tool."
9696 # 勿改00变量
9797}
9898# ########
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ dev_menu_02() {
146146 SOFTWARE=$(
147147 whiptail --title " ${GREP_NAME} " --menu \
148148 " 您想要对${GREP_NAME} 小可爱做什么?" 0 50 0 \
149- " 1" " install/upgrade(安装/更新 )" \
149+ " 1" " install/upgrade(安装/升级 )" \
150150 " 2" " del pkg(删除安装包)" \
151151 " 3" " remove(卸载${GREP_NAME} )" \
152152 " 0" " 🌚 Return to previous menu 返回上级菜单" \
@@ -318,7 +318,7 @@ install_ide_01() {
318318 # ;;
319319 android-studio)
320320 if_you_want_to_install_manually
321- printf " %s\n" " ${YELLOW } https://developer.android.google.cn /studio${RESET} "
321+ printf " %s\n" " ${BLUE } https://developer.android.com /studio${RESET} "
322322 THE_LATEST_AS_LINK=" $( curl -L ' https://developer.android.google.cn/studio/#downloads' | grep ' linux' | grep href | grep studio | tail -n 1 | cut -d ' "' -f 2) "
323323 ;;
324324 github-desktop-bin)
@@ -364,7 +364,7 @@ install_ide_02() {
364364 case ${GREP_NAME} in
365365 android-studio)
366366 if_you_want_to_install_manually
367- printf " %s\n" " ${YELLOW } https://developer.android.google.cn /studio${RESET} "
367+ printf " %s\n" " ${BLUE } https://developer.android.com /studio${RESET} "
368368 THE_LATEST_DEB_LINK=" $( curl -L ' https://developer.android.google.cn/studio/#downloads' | grep ' linux' | grep href | grep studio | tail -n 1 | cut -d ' "' -f 2) "
369369 THE_LATEST_APP_VERSION_CODE=
" $( printf ' %s\n' " ${THE_LATEST_DEB_LINK} " | awk -F ' /' ' {print $NF}' | sed ' [email protected] @@' | sed ' s@android-studio-ide-@@' ) " 370370 DOWNLOAD_FILE_NAME=$( printf ' %s\n' " ${THE_LATEST_DEB_LINK} " | awk -F ' /' ' {print $NF}' )
You can’t perform that action at this time.
0 commit comments