From e638d825b1fc6d913dc89b9fdb17f40f97465033 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 7 Dec 2021 10:54:25 +0100 Subject: [PATCH] docs upd --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index d5c25a3..7423eef 100644 --- a/docs/install.md +++ b/docs/install.md @@ -23,7 +23,7 @@ NOTE: For security reasons `/dist` is the ONLY folder you want to be exposed thr On a new server ([get $100 in server credits](https://m.do.co/c/93994ebda78d)) login as root and enter this into the shell: ``` apt update -apt install -y wget unzip php apache2 libapache2-mod-php php-zip +apt install -y wget unzip php apache2 libapache2-mod-php php-zip php-mbstring php-dom php-xml cd /var/www/ wget https://github.com/filegator/static/raw/master/builds/filegator_latest.zip