GithubHelp home page GithubHelp logo

btpanel's Introduction

btpanel

btpanel7.7开心版 (1)安装时如果报错,请先部署环境后再重新安装(此处以Debian系统为例,其他系统参照)

apt update -y && apt dist-upgrade -y && apt install -y curl && apt install -y socat 
apt-get install -y xz-utils openssl gawk file wget screen && screen -S os

宝塔面板自7.8开始,违背了宝塔开源协议,竟然在免费版的源码里面加入了加密的授权验证模块。除此之外,7.8版本使用各种方法均无法绕过面板强制绑定账号,如果不绑定账号插件就无法下载。因此这里分享一下7.7版本的安装脚本,以及开心方法。

纯原版1:
curl -sSO https://raw.githubusercontent.com/shidahuilang/btpanel/main/install_panel.sh && bash install_panel.sh 

纯原版2: 
wget -O install.sh https://raw.githubusercontent.com/shidahuilang/btpanel/main/install_6.0.sh && bash install.sh 

升/降级到7.7命令: 
curl https://raw.githubusercontent.com/shidahuilang/btpanel/main/update6.sh|bash

2、宝塔7.7原版一键开心脚本

curl -sSO https://raw.githubusercontent.com/shidahuilang/btpanel/main/one_key_happy.sh && bash one_key_happy.sh

更改SSH终端中文语言

wget -N --no-check-certificate https://raw.githubusercontent.com/shidahuilang/btpanel/main/LocaleCN.sh && bash LocaleCN.sh

开心版安装完成后使用 bt 命令可能出现报错,只需要将终端设置为中文语言即可。(可以查阅LocaleCN.sh文件中对应系统的修改命令,先备份好原始文件,然后使用该命令修改语言并重启,尝试 bt 命令正常后,再恢复原有语言文件。这样做的目的是因为在后期使用时个别程序会因为语言不一致,而导致程序无法正常运行。)

btpanel's People

Contributors

shidahuilang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.