diff options
author | Chris Evich <cevich@redhat.com> | 2019-09-13 14:40:39 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-09-26 09:58:16 -0400 |
commit | b9e21af44fb085c899d1c94401f8b5ef0471199a (patch) | |
tree | e26661e96fd3c9669d97aae9367fad0e71a9632c /contrib/cirrus/packer/ubuntu_setup.sh | |
parent | d76b21e27a7cef26865a05be02632ca76f9cf2ea (diff) | |
download | podman-b9e21af44fb085c899d1c94401f8b5ef0471199a.tar.gz podman-b9e21af44fb085c899d1c94401f8b5ef0471199a.tar.bz2 podman-b9e21af44fb085c899d1c94401f8b5ef0471199a.zip |
cirrus: Add bash-completion support
This is fairly standard thing to have on a user's workstation, supported
by podman. When installed in a VM image, then it's useful for debugging
with `hack/get_ci_vm.sh` at the cost of a minor increase in disk-space.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer/ubuntu_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/ubuntu_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/ubuntu_setup.sh b/contrib/cirrus/packer/ubuntu_setup.sh index da7d457a5..4ae8ea6e9 100644 --- a/contrib/cirrus/packer/ubuntu_setup.sh +++ b/contrib/cirrus/packer/ubuntu_setup.sh @@ -41,6 +41,7 @@ $BIGTO $SUDOAPTGET install \ aufs-tools \ autoconf \ automake \ + bash-completion \ bats \ bison \ btrfs-tools \ |