Force bash-completion update

This commit is contained in:
VirtuBox
2019-07-15 17:54:56 +02:00
parent 838a78f8ba
commit dc703c56e0
4 changed files with 7 additions and 3 deletions

View File

@@ -401,10 +401,12 @@ wo_install_acme_sh() {
# Clone Github repository if it doesn't exist
wo_install() {
{
rm -f /etc/bash_completion.d/wo_auto.rc
rm -rf /tmp/WordOps
git clone https://github.com/WordOps/WordOps.git /tmp/WordOps -b "$wo_branch"
cd /tmp/WordOps || exit 1
} >> "$wo_install_log" 2>&1
if [ -f $HOME/.gitconfig ]; then