河妖 发表于 2021-11-25 16:54:36

面板无人值守安装命令(一键安装面板与LNMP环境)

安装要求:内存:512M以上,推荐768M以上(纯面板约占系统60M内存)
硬盘:300M以上可用硬盘空间(纯面板约占20M磁盘空间)系统:CentOS 7.1+ (Ubuntu16.04+.、Debian9.0+),确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL/pgsql/gitlab/java(已有环境不可安装)架构:x86_64(主流服务器均是此架构),ARM不完整兼容(面板环境安装慢,部分软件可能安装不上)

为了快速/批量安装面板,现增加无人值守安装模式,可通过一条命令安装命令及想要的环境
注意:安装无需确认 执行命令后即进行安装面板与软件,请谨慎操作。

安装命令(支持所有系统):
*以下命令安装面板同时并安装nginx-1.21 php-7.4 mysql-5.7 phpmyadmin-5.0 ftp
如需替换其他版本把对应数字改成对应版本即可
if [ -f /usr/bin/curl ]; then curl -sSOhttps://download.bt.cn/install/off_install.sh;else wget -O off_install.sh https://download.bt.cn/install/off_install.sh;fi;echo y|bash off_install.sh --nginx-install 1.21 --php-install 7.4 --mysql-install 5.7 --phpmyadmin-install 5.0 --pureftpd-install

演示截图



三神不是神 发表于 2022-4-14 11:10:19

# if [ -f /usr/bin/curl ]; then curl -sSO  https://download.bt.cn/install/off_install.sh;else wget -O off_install.sh https://download.bt.cn/install/off_install.sh;fi;echo y|bash off_install.sh --nginx-install 1.20 --php-install 7.1 --mysql-install 10.2 --phpmyadmin-install 5.0 --pureftpd-install
curl: option -sSO  https://download.bt.cn/install/off_install.sh: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
bash: off_install.sh: 没有那个文件或目录

三神不是神 发表于 2022-4-14 11:10:55

三神不是神 发表于 2022-4-14 11:10
# if [ -f /usr/bin/curl ]; then curl -sSO  https://download.bt.cn/install/ ...

下载不下来另外请问下这个脚本安装是宝塔面板版本是多少?

hogar 发表于 2024-2-26 03:02:32

https://download.bt.cn/install/off_install.sh
大佬大佬,请问下脚本还在持续升级吗?
页: [1]
查看完整版本: 面板无人值守安装命令(一键安装面板与LNMP环境)