Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should have bash-completion support (at least on Ubuntu) #30

Closed
hoatle opened this issue Feb 15, 2020 · 0 comments · Fixed by #36
Closed

should have bash-completion support (at least on Ubuntu) #30

hoatle opened this issue Feb 15, 2020 · 0 comments · Fixed by #36
Assignees
Projects

Comments

@hoatle
Copy link
Member

hoatle commented Feb 15, 2020

# temporary solution for https://github.com/teracyhq/dev/issues/388
# install bash-completion if not yet available
if platform?('ubuntu')
  bash 'check exist and install bash-completion' do
    code <<-EOH
      apt-get install bash-completion
      . /etc/bash_completion
      EOH
    not_if { ::File.exist?('/etc/bash_completion') && ::File.exist?('/usr/share/bash-completion/bash_completion') }
  end
end

Support Ubuntu for now, will add more support later.

@hoatle hoatle added this to the v0.4.0-dev-v05-compat milestone Feb 15, 2020
@hoatle hoatle self-assigned this Feb 15, 2020
@hoatle hoatle added this to Backlog in public-dev via automation Feb 15, 2020
@hoatle hoatle moved this from Backlog to Sprint-Current in public-dev Feb 15, 2020
@hoatle hoatle moved this from Sprint-Current to In progress in public-dev Feb 15, 2020
hoatle added a commit to hoatle/teracy-dev-v05-compat that referenced this issue Feb 15, 2020
hoatle added a commit to hoatle/teracy-dev-v05-compat that referenced this issue Feb 15, 2020
public-dev automation moved this from In progress to Done Feb 15, 2020
hoatle added a commit that referenced this issue Feb 15, 2020
@ #30 | should have bash-completion support (at least on Ubuntu)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
public-dev
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant