Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Sep 15, 2022
1 parent 4ae3221 commit a601d09
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 758 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.idea
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## other_script

收藏整合一些常用脚本

| 名称 | 简介 |
|---------------------------------------------------------------------------------|---------------|
| [bt_7.7_happy](https://github.com/elunez/other_script/tree/master/bt_7.7_happy) | 宝塔 7.7 版本安装脚本 |
| [btpanel-v7.7.0](https://github.com/elunez/other_script/tree/master/btpanel-v7.7.0) | 宝塔 7.7 版本开心脚本 |
26 changes: 11 additions & 15 deletions bt_7.7_happy/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
### 宝塔升降级到 7.7(适用centos)
### 开心脚本

```bash
wget http:https://download.bt.cn/install/update/LinuxPanel-7.7.0.zip

unzip LinuxPanel-*

cd panel

bash update.sh

cd .. && rm -f LinuxPanel-*.zip && rm -rf panel
wget -O bt_happy.sh https://proxy.zyun.vip/https://raw.githubusercontent.com/elunez/other_script/master/bt_7.7_happy/bt_happy.sh && chmod +x bt_happy.sh && ./bt_happy.sh
```

### 宝塔一键开心脚本
### 安装宝塔 7.7

```bash
wget -O bt_happy.sh https://proxy.zyun.vip/https://raw.githubusercontent.com/elunez/other_script/master/bt_7.7_happy/bt_happy.sh && chmod +x bt_happy.sh && ./bt_happy.sh
wget -O install.sh https://proxy.zyun.vip/https://raw.githubusercontent.com/elunez/other_script/master/btpanel-v7.7.0/install/install_panel.sh && bash install.sh
```

### debian 与 ubuntu 安装宝塔 7.7
### 宝塔降级到 7.7(适用centos)

```
wget -O install.sh https://proxy.zyun.vip/https://raw.githubusercontent.com/elunez/other_script/master/bt_7.7_happy/install-ubuntu_7.7.sh && bash install.sh
```bash
wget https://proxy.zyun.vip/https://raw.githubusercontent.com/elunez/other_script/master/bt_7.7_happy/LinuxPanel-7.7.0.zip
unzip LinuxPanel-*
cd panel
bash update.sh
cd .. && rm -f LinuxPanel-*.zip && rm -rf panel
```

### 卸载宝塔
Expand Down
Loading

0 comments on commit a601d09

Please sign in to comment.