What happened?
On Linux, the install script ends by recommending running two commands to install completions:
container-use completion bash > /usr/local/etc/bash_completion.d/container-use
container-use completion --command-name=cu bash > /usr/local/etc/bash_completion.d/cu
/usr/local/etc/bash_completion.d doesn't exist on Linux; that's the standard for macOS
Version
https://raw.githubusercontent.com/dagger/container-use/main/install.sh
Logs
$ container-use completion bash > /usr/local/etc/bash_^Cmpletion.d/container-use
bash: /usr/local/etc/bash_^Cmpletion.d/container-use: No such file or directory
What happened?
On Linux, the install script ends by recommending running two commands to install completions:
/usr/local/etc/bash_completion.ddoesn't exist on Linux; that's the standard for macOSVersion
Logs