From ceebbf3439c08d62c548830b1e080c7dfe7015fa Mon Sep 17 00:00:00 2001 From: enjo-gh <54560293+enjo-gh@users.noreply.github.com> Date: Sun, 1 Sep 2019 06:48:23 +0800 Subject: [PATCH] Initial writing (autosave) --- Installing-CyberPanel.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Installing-CyberPanel.md b/Installing-CyberPanel.md index 48f62fd..610660e 100644 --- a/Installing-CyberPanel.md +++ b/Installing-CyberPanel.md @@ -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 +```