Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a747c3316 | |||
| f645502a53 | |||
|
|
2a74bcbbab | ||
|
|
8ebf5b5e5d | ||
|
|
0b14411f2c | ||
|
|
4be77f0536 | ||
|
|
e60ae7b075 | ||
|
|
ae5a2bcd45 | ||
|
|
2da2768726 | ||
|
|
3779fb6283 | ||
|
|
470291672e | ||
|
|
1b5d7842d0 | ||
|
|
188d21dc58 | ||
|
|
54e926286b | ||
|
|
8f4cd5c29b | ||
|
|
25fc2d581c | ||
|
|
0892a5f1ea | ||
|
|
2618657619 | ||
|
|
36ee73c213 | ||
|
|
9b5d6b95c5 | ||
|
|
20af7085c3 | ||
|
|
c9b0156e29 | ||
|
|
cfd8a01809 | ||
|
|
3cb1e6e951 | ||
|
|
88f808775f | ||
|
|
1679850c35 | ||
|
|
33e17541b5 | ||
|
|
1b3025cab6 | ||
|
|
e64114ae2e | ||
|
|
aed607c2d6 | ||
|
|
4fb39392a4 | ||
|
|
457512f76c |
51
README.md
51
README.md
@@ -1,13 +1,42 @@
|
||||
### aaPanel 面板降级到最后一个无广告版本
|
||||
# aaPanel Tools
|
||||
|
||||
## 使用方法
|
||||
#### 国外VPS
|
||||
```
|
||||
wget -O aapanel.sh https://raw.githubusercontent.com/AaronYES/aapanel/main/aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
|
||||
```
|
||||
|
||||
#### 国内VPS
|
||||
```
|
||||
wget -O aapanel.sh https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aapanel/main/aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
|
||||
```
|
||||

|
||||
This tool is available for CentOS/Debian/Ubuntu clients for some of your own needs.
|
||||
|
||||
## Function
|
||||
|
||||
- Install aaPanel on CentOS/Debian/Ubuntu
|
||||
- Install BTPanel on CentOS/Debian/Ubuntu
|
||||
- Downgrade to aaPanel version 6.8.23
|
||||
- Downgrade to BTPanel version 7.7.0
|
||||
- Crack
|
||||
- Change aaPanel language to Chinese
|
||||
- Delete log files, lock file write permissions
|
||||
- Uninstall the aaPanel panel
|
||||
- Cleanup script produces junk files
|
||||
|
||||
## Usage
|
||||
|
||||
~~~
|
||||
wget https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh -O aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
|
||||
~~~
|
||||
|
||||
|
||||
## Changelog
|
||||
### June 5, 2022
|
||||
- The official website address of the old version of aaPane has been modified, and the download path has been modified to the GitHub repository
|
||||
|
||||
### June 3, 2022
|
||||
- BTPanel secretly modifies the 7.7.0 version file so that it cannot be downgraded, and the download path is modified to the GitHub repository
|
||||
|
||||
### May 30, 2022
|
||||
- Modify script path
|
||||
|
||||
### May 17, 2022
|
||||
- Added pagoda panel downgrade
|
||||
|
||||
### May 16, 2022
|
||||
- Make Chinese documents
|
||||
|
||||
### May 15, 2022
|
||||
- Complete the script
|
||||
48
README_zh.md
Normal file
48
README_zh.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# aaPanel Tools
|
||||
|
||||
[English](https://github.com/AaronYES/aaPanel/blob/main/README.md) | [简体中文](https://github.com/AaronYES/aaPanel/blob/main/README_zh.md)
|
||||
|
||||
此工具可以在 CentOS/Debian/Ubuntu 客户端上使用,满足自己的一些使用需求。
|
||||
|
||||
## 功能
|
||||
|
||||
- CentOS/Debian/Ubuntu 安装 aaPanel
|
||||
- CentOS/Debian/Ubuntu 安装 宝塔面板
|
||||
- 降级 6.8.23 版本 aaPanel
|
||||
- 降级 7.7.0 版本 宝塔面板
|
||||
- 开心破解
|
||||
- 汉化 aaPanel 面板
|
||||
- 删除日志文件,锁定文件写入权限
|
||||
- 卸载 aaPanel 面板
|
||||
- 清理脚本产生垃圾文件
|
||||
|
||||
## 使用方法
|
||||
|
||||
### 国外VPS
|
||||
~~~
|
||||
wget https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh -O aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
|
||||
~~~
|
||||
### 国内VPS
|
||||
~~~
|
||||
wget https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh -O aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
|
||||
~~~
|
||||
|
||||
## 更新日志
|
||||
### 2022年6月5日
|
||||
- aaPane官网旧版本地址被修改,将下载路径修改为GitHub仓库
|
||||
|
||||
### 2022年6月3日
|
||||
- 宝塔官网偷偷修改7.7.0版本文件导致无法降级,将下载路径修改为GitHub仓库
|
||||
|
||||
### 2022年5月30日
|
||||
- 修改脚本路径
|
||||
|
||||
### 2022年5月17日
|
||||
- 将汉化文件更换为Gitee上找到的文件(相对我制作的更全一些)
|
||||
- 新增宝塔面板降级
|
||||
|
||||
### 2022年5月16日
|
||||
- 制作汉化文件
|
||||
|
||||
### 2022年5月15日
|
||||
- 完成脚本
|
||||
137
aapanel.sh
137
aapanel.sh
@@ -1,137 +0,0 @@
|
||||
#! /bin/bash
|
||||
# By Aaron
|
||||
# https://github.com/AaronYES/aapanel
|
||||
|
||||
#彩色
|
||||
red(){
|
||||
echo -e "\033[31m\033[01m$1\033[0m"
|
||||
}
|
||||
green(){
|
||||
echo -e "\033[32m\033[01m$1\033[0m"
|
||||
}
|
||||
yellow(){
|
||||
echo -e "\033[33m\033[01m$1\033[0m"
|
||||
}
|
||||
blue(){
|
||||
echo -e "\033[34m\033[01m$1\033[0m"
|
||||
}
|
||||
purple(){
|
||||
echo -e "\033[35m\033[01m$1\033[0m"
|
||||
}
|
||||
|
||||
# 下载aapanel面板
|
||||
function aapanel-install(){
|
||||
wget -O "/root/aapanel-install.sh" "http://www.aapanel.com/script/install_6.0_en.sh"
|
||||
red "下载完成,正在安装官网原版."
|
||||
bash "/root/aapanel-install.sh"
|
||||
}
|
||||
|
||||
# 降级aapanel 官网下载(最后一个无广告版本)
|
||||
function downgrade-official(){
|
||||
wget -O "/root/LinuxPanel_EN-6.8.23.zip" "http://node.aapanel.com/install/update/LinuxPanel_EN-6.8.23.zip"
|
||||
blue "下载完成,正在降级."
|
||||
unzip LinuxPanel_EN-6.8.23.zip
|
||||
cd /root/panel
|
||||
wget -O "/root/panel/downgrade.sh" "https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aapanel/main/downgrade.sh"
|
||||
bash "/root/panel/downgrade.sh"
|
||||
red "降级成功."
|
||||
}
|
||||
|
||||
# 降级aapanel GitHub下载 (最后一个无广告版本)
|
||||
function downgrade-github(){
|
||||
wget -O "/root/LinuxPanel_EN-6.8.23.zip" "https://ghproxy.com/https://github.com/AaronYES/aapanel/releases/download/1.0/LinuxPanel_EN-6.8.23.zip"
|
||||
blue "下载完成,正在降级."
|
||||
unzip LinuxPanel_EN-6.8.23.zip
|
||||
cd /root/panel
|
||||
wget -O "/root/panel/downgrade.sh" "https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aapanel/main/downgrade.sh"
|
||||
bash "/root/panel/downgrade.sh"
|
||||
red "降级成功."
|
||||
rm panel/ -rf
|
||||
}
|
||||
|
||||
# aapanel 开心
|
||||
function aapanel-happy(){
|
||||
sed -i 's|"endtime": -1|"endtime": 999999999999|g' /www/server/panel/data/plugin.json
|
||||
sed -i 's|"pro": -1|"pro": 0|g' /www/server/panel/data/plugin.json
|
||||
chmod 400 /www/server/panel/data/plugin.json
|
||||
red "如果报错提示没有找到目录请登陆面板点击一下商店重新运行此条即可"
|
||||
red "好开心 ٩(ˊᗜˋ*)و."
|
||||
}
|
||||
|
||||
# 清理垃圾
|
||||
function clean-up-trash(){
|
||||
rm LinuxPanel_EN-6.8.23.zip aapanel-zh-CN.tar.gz aapanel-install.sh bt-uninstall.sh panel/ -rf
|
||||
red "清理成功."
|
||||
red "如果想删除此脚本 请执行 rm aapanel.sh -rf "
|
||||
}
|
||||
|
||||
# 卸载 aaPanel
|
||||
function uninstall(){
|
||||
wget -O "/root/bt-uninstall.sh" "http://download.bt.cn/install/bt-uninstall.sh"
|
||||
bash "/root/bt-uninstall.sh"
|
||||
red "卸载aaPanel成功."
|
||||
}
|
||||
|
||||
# 汉化 sinicization
|
||||
function sinicization(){
|
||||
wget -O "/root/aapanel-zh-CN.tar.gz" "https://ghproxy.com/https://github.com/AaronYES/aapanel/releases/download/1.1/aapanel-zh-CN.tar.gz"
|
||||
tar -zxvf aapanel-zh-CN.tar.gz
|
||||
mv /root/server/panel/BTpanel/static/language/English/* /www/server/panel/BTPanel/static/language/English/
|
||||
mv /root/server/panel/config/menu.json /www/server/panel/config/
|
||||
rm rm /root/server/ -rf
|
||||
/etc/init.d/bt restart
|
||||
red "汉化aaPanel成功."
|
||||
}
|
||||
|
||||
# 菜单
|
||||
function start_menu(){
|
||||
clear
|
||||
purple " 感谢使用aaPanel小助手."
|
||||
purple " https://github.com/AaronYES/aapanel"
|
||||
yellow " =================================================="
|
||||
green " 1. CentOS/Debian/Ubuntu 安装 aaPanel"
|
||||
yellow " --------------------------------------------------"
|
||||
green " 2. 降级 6.8.23 版本 aaPanel(官网)"
|
||||
green " 3. 降级 6.8.23 版本 aaPanel(GitHub仓库)"
|
||||
green " 4. 开心一下٩(ˊᗜˋ*)و"
|
||||
green " 5. 汉化 aaPanel"
|
||||
yellow " --------------------------------------------------"
|
||||
green " 8. 卸载 aaPanel"
|
||||
green " 9. 清理脚本产生垃圾文件"
|
||||
green " 0. 退出脚本"
|
||||
|
||||
echo
|
||||
read -p "请输入数字:" menuNumberInput
|
||||
case "$menuNumberInput" in
|
||||
1 )
|
||||
aapanel-install
|
||||
;;
|
||||
2 )
|
||||
downgrade-official
|
||||
;;
|
||||
3 )
|
||||
downgrade-github
|
||||
;;
|
||||
4 )
|
||||
aapanel-happy
|
||||
;;
|
||||
5 )
|
||||
sinicization
|
||||
;;
|
||||
8 )
|
||||
uninstall
|
||||
;;
|
||||
9 )
|
||||
clean-up-trash
|
||||
;;
|
||||
0 )
|
||||
exit 1
|
||||
;;
|
||||
* )
|
||||
clear
|
||||
red "请输入正确数字 !"
|
||||
start_menu
|
||||
;;
|
||||
esac
|
||||
}
|
||||
start_menu "first"
|
||||
BIN
resource/.DS_Store
vendored
Normal file
BIN
resource/.DS_Store
vendored
Normal file
Binary file not shown.
1132
resource/repair.json
Normal file
1132
resource/repair.json
Normal file
File diff suppressed because it is too large
Load Diff
166
script/aapanel-en.sh
Normal file
166
script/aapanel-en.sh
Normal file
@@ -0,0 +1,166 @@
|
||||
#! /bin/bash
|
||||
# By Aaron
|
||||
# https://github.com/AaronYES/aaPanel
|
||||
|
||||
#彩色
|
||||
red(){
|
||||
echo -e "\033[31m\033[01m$1\033[0m"
|
||||
}
|
||||
green(){
|
||||
echo -e "\033[32m\033[01m$1\033[0m"
|
||||
}
|
||||
yellow(){
|
||||
echo -e "\033[33m\033[01m$1\033[0m"
|
||||
}
|
||||
blue(){
|
||||
echo -e "\033[34m\033[01m$1\033[0m"
|
||||
}
|
||||
purple(){
|
||||
echo -e "\033[35m\033[01m$1\033[0m"
|
||||
}
|
||||
|
||||
# 安装aapanel面板
|
||||
function aapanel-install(){
|
||||
wget -O "/root/aapanel-install.sh" "http://www.aapanel.com/script/install_6.0_en.sh"
|
||||
red "Installing the original aapanel panel from the official website."
|
||||
bash "/root/aapanel-install.sh"
|
||||
}
|
||||
|
||||
# 安装bt面板
|
||||
function bt-install(){
|
||||
wget -O "/root/bt-install.sh" "http://download.bt.cn/install/install_6.0.sh"
|
||||
red "The original BTPanel is being installed from the official website.."
|
||||
bash "/root/bt-install.sh"
|
||||
}
|
||||
|
||||
# 降级aapanel GitHub下载 (最后一个无广告版本)
|
||||
function downgrade-aapanel(){
|
||||
wget -O "/root/LinuxPanel_EN-6.8.23.zip" "https://ghproxy.com/https://github.com/AaronYES/aapanel/releases/download/1.0/LinuxPanel_EN-6.8.23.zip"
|
||||
red "Download complete, downgrading."
|
||||
unzip LinuxPanel_EN-6.8.23.zip
|
||||
cd /root/panel
|
||||
wget -O "/root/panel/downgrade.sh" "https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aapanel/main/script/downgrade.sh"
|
||||
bash "/root/panel/downgrade.sh"
|
||||
red "Downgrade succeeded."
|
||||
rm /root/LinuxPanel_EN-6.8.23.zip /root/panel/ -rf
|
||||
}
|
||||
|
||||
## 降级宝塔面板
|
||||
function downgrade-bt(){
|
||||
wget -O "/root/LinuxPanel-7.7.0.zip" "https://ghproxy.com/https://github.com/AaronYES/aaPanel/releases/download/1.3/LinuxPanel-7.7.0.zip"
|
||||
blue "Download complete, downgrading."
|
||||
unzip LinuxPanel-7.7.0.zip
|
||||
cd /root/panel
|
||||
bash /root/panel/update.sh
|
||||
red "Downgrade succeeded."
|
||||
rm /root/LinuxPanel-7.7.0.zip /root/panel/ -rf
|
||||
sed -i "s|bind_user == 'True'|bind_user == 'Close'|" /www/server/panel/BTPanel/static/js/index.js
|
||||
rm -f /www/server/panel/data/bind.pl
|
||||
red "Delete binding succeeded."
|
||||
}
|
||||
|
||||
# 破解付费
|
||||
function panel-happy(){
|
||||
red "Please manually open the software store once before executing"
|
||||
sed -i 's|"endtime": -1|"endtime": 999999999999|g' /www/server/panel/data/plugin.json
|
||||
sed -i 's|"pro": -1|"pro": 0|g' /www/server/panel/data/plugin.json
|
||||
chattr +i /www/server/panel/data/plugin.json
|
||||
chattr -i /www/server/panel/data/repair.json
|
||||
rm /www/server/panel/data/repair.json
|
||||
cd /www/server/panel/data
|
||||
wget https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aaPanel/main/resource/repair.json
|
||||
chattr +i /www/server/panel/data/repair.json
|
||||
red "cracked successfully."
|
||||
}
|
||||
|
||||
# 清理垃圾
|
||||
function clean-up-trash(){
|
||||
rm LinuxPanel_EN-6.8.23.zip aapanel-zh-CN.tar.gz chinese.zip aapanel-install.sh bt-install.sh bt-uninstall.sh panel/ -rf
|
||||
red "Cleaned up successfully."
|
||||
red "If you want to remove this script, run "rm aapanel.sh -rf""
|
||||
}
|
||||
|
||||
# 卸载 面板
|
||||
function uninstall(){
|
||||
wget -O "/root/bt-uninstall.sh" "http://download.bt.cn/install/bt-uninstall.sh"
|
||||
bash "/root/bt-uninstall.sh"
|
||||
red "Panel uninstalled successfully."
|
||||
}
|
||||
|
||||
# 删掉日志文件,并且锁定文件防止写入
|
||||
function log(){
|
||||
echo "" > /www/server/panel/script/site_task.py
|
||||
chattr +i /www/server/panel/script/site_task.py
|
||||
rm -rf /www/server/panel/logs/request/*
|
||||
chattr +i -R /www/server/panel/logs/request
|
||||
}
|
||||
|
||||
function sinicization-gacjie(){
|
||||
# 汉化 来自 https://gitee.com/gacjie/aapanel_chinese
|
||||
wget -O /root/chinese.zip https://ghproxy.com/https://github.com/AaronYES/aaPanel/releases/download/1.2/aapanel_chinese-6.8.21.zip
|
||||
unzip -o /root/chinese.zip -d /www/server/
|
||||
rm /root/chinese.zip -rf
|
||||
/etc/init.d/bt restart
|
||||
red "success."
|
||||
}
|
||||
|
||||
# 菜单
|
||||
function start_menu(){
|
||||
clear
|
||||
purple " Thank you for using the aaPanel tool."
|
||||
purple " https://github.com/AaronYES/aaPanel"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 1. Install aaPanel on CentOS/Debian/Ubuntu"
|
||||
green " 2. Install BTPanel on CentOS/Debian/Ubuntu"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 3. Downgrade to aaPanel version 6.8.23"
|
||||
green " 4. Downgrade to BTPanel version 7.7.0 "
|
||||
green " 5. Crack"
|
||||
green " 6. Change aaPanel language to Chinese"
|
||||
green " 7. Delete log files, lock file write permissions"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 8. Uninstall the aaPanel panel"
|
||||
green " 9. Cleanup script produces junk files"
|
||||
green " 0. Exit"
|
||||
|
||||
echo
|
||||
read -p "Please key in numbers:" menuNumberInput
|
||||
case "$menuNumberInput" in
|
||||
1 )
|
||||
aapanel-install
|
||||
;;
|
||||
2 )
|
||||
bt-install
|
||||
;;
|
||||
3 )
|
||||
downgrade-aapanel
|
||||
;;
|
||||
4 )
|
||||
downgrade-bt
|
||||
;;
|
||||
5 )
|
||||
panel-happy
|
||||
;;
|
||||
6 )
|
||||
sinicization-gacjie
|
||||
;;
|
||||
7 )
|
||||
log
|
||||
;;
|
||||
8 )
|
||||
uninstall
|
||||
;;
|
||||
9 )
|
||||
clean-up-trash
|
||||
;;
|
||||
0 )
|
||||
exit 1
|
||||
;;
|
||||
* )
|
||||
clear
|
||||
red "Please enter the correct number!"
|
||||
start_menu
|
||||
;;
|
||||
esac
|
||||
}
|
||||
start_menu "first"
|
||||
166
script/aapanel-zh.sh
Normal file
166
script/aapanel-zh.sh
Normal file
@@ -0,0 +1,166 @@
|
||||
#! /bin/bash
|
||||
# By Aaron
|
||||
# https://github.com/AaronYES/aaPanel
|
||||
|
||||
#彩色
|
||||
red(){
|
||||
echo -e "\033[31m\033[01m$1\033[0m"
|
||||
}
|
||||
green(){
|
||||
echo -e "\033[32m\033[01m$1\033[0m"
|
||||
}
|
||||
yellow(){
|
||||
echo -e "\033[33m\033[01m$1\033[0m"
|
||||
}
|
||||
blue(){
|
||||
echo -e "\033[34m\033[01m$1\033[0m"
|
||||
}
|
||||
purple(){
|
||||
echo -e "\033[35m\033[01m$1\033[0m"
|
||||
}
|
||||
|
||||
# 安装aapanel面板
|
||||
function aapanel-install(){
|
||||
wget -O "/root/aapanel-install.sh" "http://www.aapanel.com/script/install_6.0_en.sh"
|
||||
red "正在从官网安装原版aapanel面板."
|
||||
bash "/root/aapanel-install.sh"
|
||||
}
|
||||
|
||||
# 安装bt面板
|
||||
function bt-install(){
|
||||
wget -O "/root/bt-install.sh" "http://download.bt.cn/install/install_6.0.sh"
|
||||
red "正在从官网安装原版宝塔面板.."
|
||||
bash "/root/bt-install.sh"
|
||||
}
|
||||
|
||||
# 降级aapanel GitHub下载 (最后一个无广告版本)
|
||||
function downgrade-aapanel(){
|
||||
wget -O "/root/LinuxPanel_EN-6.8.23.zip" "https://ghproxy.com/https://github.com/AaronYES/aapanel/releases/download/1.0/LinuxPanel_EN-6.8.23.zip"
|
||||
red "下载完成,正在降级."
|
||||
unzip LinuxPanel_EN-6.8.23.zip
|
||||
cd /root/panel
|
||||
wget -O "/root/panel/downgrade.sh" "https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aapanel/main/script/downgrade.sh"
|
||||
bash "/root/panel/downgrade.sh"
|
||||
red "降级成功."
|
||||
rm /root/LinuxPanel_EN-6.8.23.zip /root/panel/ -rf
|
||||
}
|
||||
|
||||
## 降级宝塔面板
|
||||
function downgrade-bt(){
|
||||
wget -O "/root/LinuxPanel-7.7.0.zip" "https://ghproxy.com/https://github.com/AaronYES/aaPanel/releases/download/1.3/LinuxPanel-7.7.0.zip"
|
||||
blue "下载完成,正在降级."
|
||||
unzip LinuxPanel-7.7.0.zip
|
||||
cd /root/panel
|
||||
bash /root/panel/update.sh
|
||||
red "降级成功."
|
||||
rm /root/LinuxPanel-7.7.0.zip /root/panel/ -rf
|
||||
sed -i "s|bind_user == 'True'|bind_user == 'Close'|" /www/server/panel/BTPanel/static/js/index.js
|
||||
rm -f /www/server/panel/data/bind.pl
|
||||
red "屏蔽绑定成功."
|
||||
}
|
||||
|
||||
# 破解付费
|
||||
function panel-happy(){
|
||||
red "执行之前请手动打开一次软件商店"
|
||||
sed -i 's|"endtime": -1|"endtime": 999999999999|g' /www/server/panel/data/plugin.json
|
||||
sed -i 's|"pro": -1|"pro": 0|g' /www/server/panel/data/plugin.json
|
||||
chattr +i /www/server/panel/data/plugin.json
|
||||
chattr -i /www/server/panel/data/repair.json
|
||||
rm /www/server/panel/data/repair.json
|
||||
cd /www/server/panel/data
|
||||
wget https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aaPanel/main/resource/repair.json
|
||||
chattr +i /www/server/panel/data/repair.json
|
||||
red "开心成功."
|
||||
}
|
||||
|
||||
# 清理垃圾
|
||||
function clean-up-trash(){
|
||||
rm LinuxPanel_EN-6.8.23.zip aapanel-zh-CN.tar.gz chinese.zip aapanel-install.sh bt-install.sh bt-uninstall.sh panel/ -rf
|
||||
red "清理成功."
|
||||
red "如果想删除此脚本 请执行 rm aapanel.sh -rf "
|
||||
}
|
||||
|
||||
# 卸载 面板
|
||||
function uninstall(){
|
||||
wget -O "/root/bt-uninstall.sh" "http://download.bt.cn/install/bt-uninstall.sh"
|
||||
bash "/root/bt-uninstall.sh"
|
||||
red "面板卸载成功."
|
||||
}
|
||||
|
||||
# 删掉日志文件,并且锁定文件防止写入
|
||||
function log(){
|
||||
echo "" > /www/server/panel/script/site_task.py
|
||||
chattr +i /www/server/panel/script/site_task.py
|
||||
rm -rf /www/server/panel/logs/request/*
|
||||
chattr +i -R /www/server/panel/logs/request
|
||||
}
|
||||
|
||||
function sinicization-gacjie(){
|
||||
# 汉化 来自 https://gitee.com/gacjie/aapanel_chinese
|
||||
wget -O /root/chinese.zip https://ghproxy.com/https://github.com/AaronYES/aaPanel/releases/download/1.2/aapanel_chinese-6.8.21.zip
|
||||
unzip -o /root/chinese.zip -d /www/server/
|
||||
rm /root/chinese.zip -rf
|
||||
/etc/init.d/bt restart
|
||||
red "汉化aaPanel成功."
|
||||
}
|
||||
|
||||
# 菜单
|
||||
function start_menu(){
|
||||
clear
|
||||
purple " 感谢使用aaPanel小助手."
|
||||
purple " https://github.com/AaronYES/aaPanel"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 1. CentOS/Debian/Ubuntu 安装 aaPanel"
|
||||
green " 2. CentOS/Debian/Ubuntu 安装 宝塔面板"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 3. 降级 6.8.23 版本 aaPanel"
|
||||
green " 4. 降级 7.7.0 版本 宝塔面板"
|
||||
green " 5. 开心破解"
|
||||
green " 6. 汉化 aaPanel (文件来自Gitee)"
|
||||
green " 7. 删除日志文件,锁定文件写入权限"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 8. 卸载面板"
|
||||
green " 9. 清理脚本产生垃圾文件"
|
||||
green " 0. 退出脚本"
|
||||
|
||||
echo
|
||||
read -p "请输入数字:" menuNumberInput
|
||||
case "$menuNumberInput" in
|
||||
1 )
|
||||
aapanel-install
|
||||
;;
|
||||
2 )
|
||||
bt-install
|
||||
;;
|
||||
3 )
|
||||
downgrade-aapanel
|
||||
;;
|
||||
4 )
|
||||
downgrade-bt
|
||||
;;
|
||||
5 )
|
||||
panel-happy
|
||||
;;
|
||||
6 )
|
||||
sinicization-gacjie
|
||||
;;
|
||||
7 )
|
||||
log
|
||||
;;
|
||||
8 )
|
||||
uninstall
|
||||
;;
|
||||
9 )
|
||||
clean-up-trash
|
||||
;;
|
||||
0 )
|
||||
exit 1
|
||||
;;
|
||||
* )
|
||||
clear
|
||||
red "请输入正确数字 !"
|
||||
start_menu
|
||||
;;
|
||||
esac
|
||||
}
|
||||
start_menu "first"
|
||||
61
script/aapanel.sh
Normal file
61
script/aapanel.sh
Normal file
@@ -0,0 +1,61 @@
|
||||
#! /bin/bash
|
||||
# By Aaron
|
||||
# https://github.com/AaronYES/aaPanel
|
||||
|
||||
#彩色
|
||||
red(){
|
||||
echo -e "\033[31m\033[01m$1\033[0m"
|
||||
}
|
||||
green(){
|
||||
echo -e "\033[32m\033[01m$1\033[0m"
|
||||
}
|
||||
yellow(){
|
||||
echo -e "\033[33m\033[01m$1\033[0m"
|
||||
}
|
||||
blue(){
|
||||
echo -e "\033[34m\033[01m$1\033[0m"
|
||||
}
|
||||
purple(){
|
||||
echo -e "\033[35m\033[01m$1\033[0m"
|
||||
}
|
||||
|
||||
function English(){
|
||||
wget https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel-en.sh -O aapanel-en.sh && chmod +x aapanel-en.sh && clear && ./aapanel-en.sh
|
||||
}
|
||||
|
||||
function Chinese(){
|
||||
wget https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel-zh.sh -O aapanel-zh.sh && chmod +x aapanel-zh.sh && clear && ./aapanel-zh.sh
|
||||
}
|
||||
|
||||
# 菜单
|
||||
function start_menu(){
|
||||
clear
|
||||
purple " Thank you for using the aaPanel tool."
|
||||
purple " 请选择您的语言|Please select your language"
|
||||
purple " GitHub:https://github.com/AaronYES/aapanel"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 1. English"
|
||||
green " 2. 简体中文"
|
||||
yellow " ————————————————————————————————————————————————"
|
||||
green " 0. 退出脚本|Exit"
|
||||
|
||||
echo
|
||||
read -p "请输入数字|Please key in numbers:" menuNumberInput
|
||||
case "$menuNumberInput" in
|
||||
1 )
|
||||
English
|
||||
;;
|
||||
2 )
|
||||
Chinese
|
||||
;;
|
||||
0 )
|
||||
exit 1
|
||||
;;
|
||||
* )
|
||||
clear
|
||||
red "请输入正确数字!|Please enter the correct number!"
|
||||
start_menu
|
||||
;;
|
||||
esac
|
||||
}
|
||||
start_menu "first"
|
||||
Reference in New Issue
Block a user