diff --git a/CHANGELOG.md b/CHANGELOG.md index 4342f79..855376d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - mime.types template to handle missing extension ttf - try_files directive for favicon - additional settings for fail2ban -- Auto-apply bash-completion after install/update - asynchronous installer to decrease install/update duration #### Fixed diff --git a/install b/install index cfbde6c..8b21ad9 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo bash wo # ------------------------------------------------------------------------- -# Version 3.9.8.5 - 2019-08-28 +# Version 3.9.8.9 - 2019-09-03 # ------------------------------------------------------------------------- # CONTENTS @@ -979,6 +979,9 @@ else else wo_lib_echo "WordOps (wo) installed successfully" echo + wo_lib_echo "To enable bash-completion, just run the command:" + wo_lib_echo_info "bash" + echo wo_lib_echo "To install WordOps main stacks, use the command:" wo_lib_echo_info "wo stack install" echo @@ -992,6 +995,6 @@ else wo_lib_echo "Give WordOps a GitHub star : https://github.com/WordOps/WordOps/" echo fi -if [ -z "$wo_travis" ]; then - /bin/bash --init-file "/var/lib/wo/tmp/WordOps-$wo_branch/tests/init-file" -fi +# if [ -z "$wo_travis" ]; then +# /bin/bash --init-file "/var/lib/wo/tmp/WordOps-$wo_branch/tests/init-file" +# fi