Initial writing (autosave)

enjo-gh
2019-09-01 06:48:23 +08:00
parent 7118300549
commit ceebbf3439

@@ -13,18 +13,17 @@ The author installed the free enterprise version on Ubuntu 18.04.2
1. Log into your server with an account that can obtain root priviledges
1. Make sure all packages are up-to-date
`` sudo apt update
`` sudo apt upgrade
```
sudo apt update
sudo apt upgrade
```
1. Install CyberPanel
`cd /tmp`
`wget -O installer.sh https://cyberpanel.net/install.sh`
`chmod 755 installer.sh`
`sudo sh installer.sh`
```
cd /tmp
wget -O installer.sh https://cyberpanel.net/install.sh
chmod 755 installer.sh
sudo sh installer.sh
```