Skip to content

Commit 9dbbf27

Browse files
author
mo2
committed
s@4%3A@@
1 parent 2d5f8b6 commit 9dbbf27

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4332,type ${TMOE_TIPS_01} to start it."
52+
TMOE_TIPS_00="Welcome to tmoe linux manager v1.4333,type ${TMOE_TIPS_01} to start it."
5353
}
5454
#########################
5555
tmoe_manager_env() {

tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4332,type ${TMOE_TIPS_01} to start this tool."
95+
TMOE_TIPS_00="Welcome to tmoe linux tool v1.4333,type ${TMOE_TIPS_01} to start this tool."
9696
#勿改00变量
9797
}
9898
#########

tools/code/dev-menu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,16 @@ install_ide_01() {
282282
*) check_archlinux_cn_html_date ;;
283283
esac
284284
############
285-
THE_LATEST_APP_VERSION_CODE=$(cat index.html | grep '\.pkg\.tar\.zst' | egrep -v '\.xz\.sig|\.zst\.sig' | grep -v '\-jre\-' | grep "${GREP_NAME}" | tail -n 1 | cut -d '=' -f 3 | cut -d '"' -f 2 | sed "s@${GREP_NAME}-@@g" | sed '[email protected]@@')
285+
THE_LATEST_APP_VERSION_CODE=$(cat index.html | grep '\.pkg\.tar\.zst' | egrep -v '\.xz\.sig|\.zst\.sig' | grep -v '\-jre\-' | grep "${GREP_NAME}" | tail -n 1 | cut -d '=' -f 3 | cut -d '"' -f 2 | sed "s@${GREP_NAME}-@@g" | sed 's@4%3A@@' | sed 's@.pkg.tar.zst@@')
286286
check_ide_version
287287
case ${GREP_NAME} in
288288
intellij-idea-*)
289289
#printf "%s\n" "本版本为${GREP_NAME}(旗舰版),如需安装community edition(社区版),则请前往官网手动下载安装。"
290-
printf "If you want to ${YELLOW}manually${RESET} download it,please go to official website."
290+
printf "%s\n" "If you want to ${YELLOW}manually${RESET} download it,please go to official website."
291291
printf "%s\n" "${BLUE}https://www.jetbrains.com/idea/download/#section=linux${RESET}"
292292
;;
293293
pycharm-*)
294-
printf "If you want to ${YELLOW}manually${RESET} download it,please go to official website."
294+
printf "%s\n" "If you want to ${YELLOW}manually${RESET} download it,please go to official website."
295295
printf "%s\n" "${BLUE}https://www.jetbrains.com/pycharm/download/#section=linux${RESET}"
296296
;;
297297
#pycharm-professional)

tools/environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ grep_arch_linux_pkg_04() {
261261
aria2c --console-log-level=info --no-conf --allow-overwrite=true -d ${DOWNLOAD_PATH} -o ${ARCH_WALLPAPER_VERSION} -x 5 -s 5 -k 1M ${ARCH_WALLPAPER_URL}
262262
;;
263263
esac
264-
printf "%s\n" "${ARCH_WALLPAPER_VERSION}" | sed "s@${GREP_NAME}-@@g" | sed '[email protected]@@' >"${LOCAL_APP_VERSION_TXT}"
264+
printf "%s\n" "${ARCH_WALLPAPER_VERSION}" | sed "s@${GREP_NAME}-@@g" | sed 's@4%3A@@' | sed 's@.pkg.tar.zst@@' >"${LOCAL_APP_VERSION_TXT}"
265265
}
266266
#################
267267
check_opt_app_version() {

0 commit comments

Comments
 (0)