Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evilgenius committed Oct 11, 2023
1 parent fb4d992 commit a593e0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@ PATH_ERR="/root/ktmproxy/err.log"
PATH_TURN_ON="/etc/profile.d"
PATH_TURN_ON_SH="/etc/profile.d/ktm.sh"

clear

echo "KTMinerProxy已停止维护, 此后将维护功能更强大、抽水更精准的全新软件RustMinerSystem (项目地址: https://github.com/EvilGenius-dot/RustMinerSystem), 如继续使用Kt, 输入1继续安装, 输入2取消安装。"

echo ""

read -p "$(echo -e "请选择[1-2]?:")" choose

case $choose in
1)
echo "继续安装KTMinerProxy"
;;
*)
setConfig ENABLE_WEB_TLS 1
echo "输入错误, 默认不开启。"
exit
return
;;
esac
Expand Down

0 comments on commit a593e0a

Please sign in to comment.