From 20c2dcbb6f6fbba581afa0502da9bc26652ce4fe Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 8 Mar 2021 03:19:27 +0000 Subject: [PATCH] README.md - updated install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 345c0d6..13aaf50 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Run the below command to automatically provision the tilde instance ``` - pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl +pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl'; perl provision.pl ``` or ``` - pkg_add wget && wget 'https://s.lain.la/wrMJw' -O - | perl +pkg_add wget && wget wget 'https://s.lain.la/wrMJw'; perl provision.pl ``` After the scripts run, haproxy, the Flask app for user requests (lingyind) and apache will all be installed and started.