From bc4aee28517e84fcc59ea69c7737be2697a96e03 Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Thu, 4 Jul 2019 09:04:02 +0000 Subject: [PATCH] commit: revisions to Ubuntu18LTS installer --- opt.d/install-everything-on-ubuntu-18.04.sh | 49 +++++++++++++-------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/opt.d/install-everything-on-ubuntu-18.04.sh b/opt.d/install-everything-on-ubuntu-18.04.sh index a8b2023..9f4030b 100755 --- a/opt.d/install-everything-on-ubuntu-18.04.sh +++ b/opt.d/install-everything-on-ubuntu-18.04.sh @@ -1,6 +1,13 @@ #!/bin/sh -apt install apt-transport-https +PACKAGES=" +deb.torproject.org-keyring +nginx-extras +python-dev +python-pip +socat +tor +" cat <" could not open error log file: open /var/log/nginx/error.log failed -echo ...and these specific messages may be safely ignored. -echo done. +echo "$0: NOTE: Some versions of Ubuntu packages are old; because of this," +echo "$0: when starting projects you may see messages like:" +echo "" +echo "$0: > could not open error log file: open /var/log/nginx/error.log failed" +echo "" +echo "$0: ...when using EOTK; these specific messages may be safely ignored." +echo "" +echo "$0: done" exit 0