From: Frank Brehm Date: Mon, 22 Jun 2020 12:53:31 +0000 (+0200) Subject: Installing Bash completion X-Git-Tag: 2.1.2^2~9^2~31^2~15 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=94060a17a41720eef1b5920d0b56e009f83d900c;p=pixelpark%2Fcreate-vmware-tpl.git Installing Bash completion --- diff --git a/snippets/tpl.210.bashrc-centos8.sh b/snippets/tpl.210.bashrc-centos8.sh index dd4441d..9c8ef4d 100644 --- a/snippets/tpl.210.bashrc-centos8.sh +++ b/snippets/tpl.210.bashrc-centos8.sh @@ -22,6 +22,14 @@ set_bashrc_centos8() { fi rm -fv "${tmp_file}" + echo + log "Installing bash-completion ..." + if yum install -y "bash-completion" ; then + : + else + echo "[$(date)]: Could not install bash-completion" | tee -a "${ERROR_POINTER}" + fi + } set_bashrc_centos8