|
|
今天继续学习shell,写了一个基于宝塔面板的ZFaka安装一键脚本。
脚本基于centos7+ 宝塔6+ ,LNMP,php7.1
食用脚本:
- wget -N --no-check-certificate https://raw.githubusercontent.com/lizhongnian/ZFaka-Onekey-ForBT/master/ZFaka-Onekey-ForBT-Install.sh &&
- chmod +x ZFaka-Onekey-ForBT-Install.sh &&
- bash ZFaka-Onekey-ForBT-Install.sh
复制代码
食用详情:https://www.7colorblog.com/?id=77
脚本源码:https://github.com/lizhongnian/ZFaka-Onekey-ForBT
初学shell,请大佬不吝赐教。 |
|