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 8e16b2e commit 5c9d8fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion bt_7.7_happy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 宝塔升降级到 7.7
### 宝塔升降级到 7.7(适用centos)

```bash
wget http:https://download.bt.cn/install/update/LinuxPanel-7.7.0.zip
Expand All @@ -16,4 +16,16 @@ cd .. && rm -f LinuxPanel-*.zip && rm -rf panel

```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
```

### debian 与 ubuntu 安装宝塔 7.7

```
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
```

### 卸载宝塔

```
wget http:https://download.bt.cn/install/bt-uninstall.sh && bash bt-uninstall.sh
```

0 comments on commit 5c9d8fc

Please sign in to comment.