diff --git a/opt.d/install-everything-on-ubuntu-16.04.sh b/opt.d/install-everything-on-ubuntu-16.04.sh index 38dc942..d570aa5 100755 --- a/opt.d/install-everything-on-ubuntu-16.04.sh +++ b/opt.d/install-everything-on-ubuntu-16.04.sh @@ -14,7 +14,7 @@ sudo systemctl stop tor # is there a way to install-without-enable? sudo systemctl disable tor # we don't need the system to run it echo "" -echo $0: if you are already running a webserver then nginx will whine about port80, do not worry +echo $0: if you are already running a webserver then nginx will complain about port80, do not worry sudo apt-get --yes install nginx-extras sudo systemctl stop nginx # is there a way to install-without-enable? sudo systemctl disable nginx # we don't need the system to run it @@ -23,7 +23,7 @@ sudo systemctl disable nginx # we don't need the system to run it sudo find /var/log/nginx/ -perm -0200 -print0 | sudo xargs -0 chmod g+w || exit 1 echo "" -echo $0: this will probably whine about pip versions, do not worry about it. +echo $0: this will probably complain about pip versions, do not worry about it. sudo pip install onionbalance || exit 1 sudo find /usr/local/bin /usr/local/lib -perm -0400 -print0 | sudo xargs -0 chmod a+r || exit 1 sudo find /usr/local/bin /usr/local/lib -perm -0100 -print0 | sudo xargs -0 chmod a+x || exit 1 diff --git a/opt.d/install-everything-on-ubuntu-18.04.sh b/opt.d/install-everything-on-ubuntu-18.04.sh new file mode 100755 index 0000000..a8b2023 --- /dev/null +++ b/opt.d/install-everything-on-ubuntu-18.04.sh @@ -0,0 +1,41 @@ +#!/bin/sh + +apt install apt-transport-https + +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. + +exit 0