refactor: remove all remaining feedback prompts and issue references
Main / build (push) Waiting to run
Main / build (push) Waiting to run
This commit is contained in:
@@ -302,7 +302,6 @@ exit_and_del_tmpdir() {
|
||||
[[ ! $1 ]] && {
|
||||
msg err "哦豁.."
|
||||
msg err "安装过程出现错误..."
|
||||
echo -e "反馈问题) 请前往项目平台提交 Issue"
|
||||
echo
|
||||
exit 1
|
||||
}
|
||||
|
||||
+1
-3
@@ -706,9 +706,7 @@ uninstall() {
|
||||
fi
|
||||
fi
|
||||
[[ $is_install_sh ]] && return # reinstall
|
||||
_green "\n卸载完成!"
|
||||
msg "脚本哪里需要完善? 请反馈"
|
||||
msg "反馈问题) $(msg_ul https://github.com/${is_sh_repo}/issues)\n"
|
||||
_green "\n卸载完成!\n"
|
||||
}
|
||||
|
||||
# manage run status
|
||||
|
||||
@@ -69,7 +69,6 @@ show_help() {
|
||||
for v in "${help_info[@]}"; do
|
||||
msg "$v"
|
||||
done
|
||||
msg "反馈问题) 请前往项目平台提交 Issue"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user