NVIDIA/enroot

Bash Completion not installed in deb package

jdrovl opened this issue · 3 comments

jdrovl commented

There is a bash completion script at enroot/conf/bash_completion but it does not get installed to /usr/share/bash_completion/completions/enroot by the .deb installation as expected. I can't see any reference to it in the install script (or the manual install instructions), maybe it should be added since it's quite handy (as in Docker) to be able to tab-complete image names etc.

3XX0 commented

It should be installed in /usr/share/enroot as an extra config. You can just link/copy the file as necessary.

jdrovl commented

Fair enough, I added it with sudo ln /usr/share/enroot/bash_completion /usr/share/bash-completion/completions/enroot. I just filed an issue because I expected the installer to do this.

krono commented

Can you assign that to me? I might just eventually get around to do that.