add branch tips info

pull/149/head
233boy 6 years ago committed by cutelua
parent a3f5362d2b
commit 491fa18272
  1. 3
      install.sh

@ -982,6 +982,9 @@ while :; do
if [[ $local_install ]]; then if [[ $local_install ]]; then
echo -e "$yellow 温馨提示.. 本地安装已启用 ..$none" echo -e "$yellow 温馨提示.. 本地安装已启用 ..$none"
echo echo
elif [[ $_gitbranch != "master" ]]; then
echo -e "$yellow 温馨提示.. 脚本将使用 ${green}$_gitbranch $yellow分支进行安装..$none"
echo
fi fi
read -p "$(echo -e "请选择 [${magenta}1-2$none]:")" choose read -p "$(echo -e "请选择 [${magenta}1-2$none]:")" choose
case $choose in case $choose in

Loading…
Cancel
Save