1 Star 0 Fork 0

zhq1/multipool_yiimp_multi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
menu.sh 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
cryptopool 提交于 2018-11-15 18:24 . update
#####################################################
# Source code https://github.com/end222/pacmenu
# Updated by cryptopool.builders for crypto use...
#####################################################
source /etc/functions.sh
RESULT=$(dialog --stdout --title "Ultimate Crypto-Server Setup Installer v1.06" --menu "Choose one" -1 60 6 \
1 "Install Wireguard all servers" \
2 "YiiMP - DB-Stratum, Web, Daemon" \
3 "YiiMP - DB, Web, Stratum, Daemon" \
4 "YiiMP - Additional Stratum Server(s)" \
5 "YiiMP - Additional Daemon Server(s)" \
6 Exit)
if [ $RESULT = ]
then
exit ;
fi
if [ $RESULT = 1 ]
then
clear;
cd $HOME/multipool/yiimp_multi
source wireguard_menu.sh;
fi
if [ $RESULT = 2 ]
then
clear;
cd $HOME/multipool/yiimp_multi
source install_combo.sh;
fi
if [ $RESULT = 3 ]
then
clear;
cd $HOME/multipool/yiimp_multi
source install_multi.sh;
fi
if [ $RESULT = 4 ]
then
clear;
cd $HOME/multipool/yiimp_multi
source install_add_strat.sh;
fi
if [ $RESULT = 5 ]
then
clear;
cd $HOME/multipool/yiimp_multi
source install_add_daemon.sh;
fi
if [ $RESULT = 6 ]
then
clear;
exit;
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/zhq1_admin/multipool_yiimp_multi.git
git@gitee.com:zhq1_admin/multipool_yiimp_multi.git
zhq1_admin
multipool_yiimp_multi
multipool_yiimp_multi
master

搜索帮助