From 55496147b320ec1e99b5aab6a7338a5faa1cc800 Mon Sep 17 00:00:00 2001 From: mrkrabs Date: Thu, 24 Jan 2019 17:57:23 +0200 Subject: [PATCH] fix typo --- community/install/panel/ubuntu1804.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/install/panel/ubuntu1804.md b/community/install/panel/ubuntu1804.md index 9bae1c8d..f43628cb 100644 --- a/community/install/panel/ubuntu1804.md +++ b/community/install/panel/ubuntu1804.md @@ -51,7 +51,7 @@ systemctl enable redis-server #### certbot ```bash -yuaptm install -y certbot +apt install -y certbot ``` #### composer @@ -118,4 +118,4 @@ The default Redis install is perfectly fine for the panel. If you have Redis already in use you may want to look into running another Redis instance similar to [this guide](https://community.pivotal.io/s/article/How-to-setup-and-run-multiple-Redis-server-instances-on-a-Linux-host) ## Installing the panel -Follow the regular guide to install the [panel](/panel/getting_started.md#installation) \ No newline at end of file +Follow the regular guide to install the [panel](/panel/getting_started.md#installation)