From 0db4f88d89f08d04e05bf1ae5221837fefef3f7f Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 8 Mar 2021 03:44:00 +0000 Subject: [PATCH] README.md - fixed problem with wget command for install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13aaf50..9b14a8f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master or ``` -pkg_add wget && wget wget 'https://s.lain.la/wrMJw'; perl provision.pl +pkg_add wget && wget wget 'https://s.lain.la/wrMJw' -O provision.pl; perl provision.pl ``` After the scripts run, haproxy, the Flask app for user requests (lingyind) and apache will all be installed and started.