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

Automatic installation of git and dialog if missing #31

Open
jancborchardt opened this issue Aug 6, 2014 · 0 comments
Open

Automatic installation of git and dialog if missing #31

jancborchardt opened this issue Aug 6, 2014 · 0 comments

Comments

@jancborchardt
Copy link
Contributor

Currently there’s a check for the git and dialog packages. If they are not present, the setup exits:

type -P git &>/dev/null && echo "Found git command." || { echo "Did not find git. Try 'sudo apt-get install -y git' first."; doexit=1; }
type -P dialog &>/dev/null && echo "Found dialog command." || { echo "Did not find dialog. Try 'sudo apt-get install -y dialog' first."; doexit=1; }

Instead, we could just let the script do the commands and install the packages, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant