22 Commits
1.3 ... main

Author SHA1 Message Date
3a747c3316 Update README.md 2024-09-23 08:57:30 +03:00
f645502a53 Update README.md 2024-09-23 08:56:55 +03:00
AaronYES
2a74bcbbab ✏️ Modify the README.md 2022-06-05 17:17:45 +08:00
AaronYES
8ebf5b5e5d 🎉 Optimize scripts 2022-06-05 14:03:52 +08:00
AaronYES
0b14411f2c Modify the README.md 2022-06-05 14:03:47 +08:00
AaronYES
4be77f0536 ✏️ Modify the README.md 2022-06-05 14:03:37 +08:00
AaronYES
e60ae7b075 Modify the README.md 2022-06-05 13:59:35 +08:00
AaronYES
ae5a2bcd45 ✏️ Modify the README.md 2022-06-05 13:59:16 +08:00
AaronYES
2da2768726 🎉 Optimize scripts 2022-06-05 13:55:27 +08:00
AaronYES
3779fb6283 🎉 Optimize scripts 2022-06-05 13:53:40 +08:00
AaronYES
470291672e 🚮 Delete screenshot 2022-06-05 13:51:39 +08:00
AaronYES
1b5d7842d0 🎉 Optimize scripts 2022-06-05 13:49:34 +08:00
AaronYES
188d21dc58 🚀 Add English script 2022-06-05 13:48:30 +08:00
AaronYES
54e926286b ✏️ Modify the README.md 2022-06-05 13:11:48 +08:00
AaronYES
8f4cd5c29b ✏️ Modify the README_zh.md 2022-06-05 13:11:42 +08:00
AaronYES
25fc2d581c Modify the README 2022-06-05 13:09:09 +08:00
AaronYES
0892a5f1ea 添加简体中文版README文件 2022-06-05 13:08:38 +08:00
AaronYES
2618657619 启用备用方案降级aapanel 2022-06-05 11:58:50 +08:00
AaronYES
36ee73c213 Merge branch 'main' of https://github.com/AaronYES/aapanel 2022-06-03 15:34:31 +08:00
AaronYES
9b5d6b95c5 💄 修改readme 2022-06-03 15:34:20 +08:00
AaronYES
20af7085c3 Delete .DS_Store 2022-06-03 15:31:34 +08:00
AaronYES
c9b0156e29 🪛 宝塔偷偷修改低版本包,故上传一份可用版本 2022-06-03 15:30:49 +08:00
7 changed files with 428 additions and 169 deletions

View File

@@ -1,35 +1,42 @@
### aaPanel & 宝塔面板 小助手
# aaPanel Tools
## 使用方法
#### 国外VPS
```
wget -O aapanel.sh https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
```
#### 国内VPS
```
wget -O aapanel.sh https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
```
This tool is available for CentOS/Debian/Ubuntu clients for some of your own needs.
#### 功能介绍
- 降级`aapanel面板`到最后一个无广告版本
- 汉化`aapanel面板`
- 降级`宝塔面板``7.7.0`以及去除绑定
- 开心`aapane`&`宝塔面板`
## Function
![bash](https://ghproxy.com/https://raw.githubusercontent.com/AaronYES/aapanel/main/resource/bash.png)
- 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
### 2022年5月30日
- 修改脚本路径
~~~
wget https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh -O aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh
~~~
### 2022年5月17日
- 将汉化文件更换为Gitee上找到的文件想对我制作的更全一些
- 新增宝塔面板降级
### 2022年5月16日
- 制作汉化文件
## 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
### 2022年5月15日
- 完成脚本
### 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
View 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日
- 完成脚本

BIN
resource/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

166
script/aapanel-en.sh Normal file
View 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
View 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"

View File

@@ -1,6 +1,6 @@
#! /bin/bash
# By Aaron
# https://github.com/AaronYES/aapanel
# https://github.com/AaronYES/aaPanel
#彩色
red(){
@@ -19,169 +19,41 @@ 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"
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
}
# 下载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 官网下载(最后一个无广告版本)
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/script/downgrade.sh"
bash "/root/panel/downgrade.sh"
red "降级成功."
rm /root/LinuxPanel_EN-6.8.23.zip /root/panel/ -rf
}
# 降级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/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" "http://download.bt.cn/install/update/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 "屏蔽绑定成功."
}
# 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
chattr +i /www/server/panel/data/plugin.json
red "执行之前请手动打开一次软件商店"
red "开心成功."
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
}
# 清理垃圾
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 "
}
# 卸载 aaPanel
function uninstall(){
wget -O "/root/bt-uninstall.sh" "http://download.bt.cn/install/bt-uninstall.sh"
bash "/root/bt-uninstall.sh"
red "卸载aaPanel成功."
}
# 删掉日志文件,并且锁定文件防止写入
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
}
# 汉化 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 /root/server/ -rf
/etc/init.d/bt restart
red "汉化aaPanel成功."
}
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 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 " 感谢使用aaPanel小助手."
purple " https://github.com/AaronYES/aapanel"
purple " Thank you for using the aaPanel tool."
purple " 请选择您的语言Please select your language"
purple " GitHubhttps://github.com/AaronYES/aapanel"
yellow " ————————————————————————————————————————————————"
green " 1. CentOS/Debian/Ubuntu 安装 aaPanel"
green " 2. CentOS/Debian/Ubuntu 安装 宝塔面板"
green " 1. English"
green " 2. 简体中文"
yellow " ————————————————————————————————————————————————"
green " 3. 降级 6.8.23 版本 aaPanel(官网)"
green " 4. 降级 7.7.0 版本 宝塔面板(官网)"
green " 5. 开心一下٩(ˊᗜˋ*)و"
green " 6. 汉化 aaPanel (文件来自Gitee)"
green " 7. 删除日志文件,锁定文件写入权限"
yellow " ————————————————————————————————————————————————"
green " 8. 卸载 aaPanel"
green " 9. 清理脚本产生垃圾文件"
green " 0. 退出脚本"
green " 0. 退出脚本Exit"
echo
read -p "请输入数字:" menuNumberInput
read -p "请输入数字Please key in numbers" menuNumberInput
case "$menuNumberInput" in
1 )
aapanel-install
English
;;
2 )
bt-install
;;
3 )
downgrade-official
;;
4 )
downgrade-bt
;;
5 )
aapanel-happy
;;
6 )
sinicization-gacjie
;;
7 )
log
;;
8 )
uninstall
;;
9 )
clean-up-trash
Chinese
;;
0 )
exit 1
;;
* )
clear
red "请输入正确数字 !"
red "请输入正确数字!Please enter the correct number!"
start_menu
;;
esac