NVIDIA / enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
Apache License 2.0
644 stars 94 forks source link

Bash Completion not installed in deb package #164

Open jdrovl opened 1 year ago

jdrovl commented 1 year ago

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 1 year ago

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

jdrovl commented 1 year ago

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 10 months ago

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