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

Issue installing docker: Output: sudo: no tty present and no askpass program specified #10

Open
gavintmyers opened this issue Sep 20, 2019 · 2 comments

Comments

@gavintmyers
Copy link
Contributor

pop_os 18.04:
Full output below:

Tool name: Docker
Tool description: Containerization Engine
Tool version: 201907072045
Default Strategy: apt-get
Install Tool? (y/N)
y
Running Op: sudo apt-get install -y docker
Expecting, success: true
Expected output: .*

Ran op: sudo apt-get install -y docker
Output: sudo: no tty present and no askpass program specified



==========================================================
Installing Adify 0.1.0.......
==========================================================

[✓] Adify 0.1.0 successfully cleanedup 
@gavintmyers
Copy link
Contributor Author

I didn't test sudo apt-get install -y docker right after, but wish I had.
Not sure if it's what fixed it, but I did successfully install docker by running:

sudo apt update  # and then the same command that failed:
sudo apt-get install -y docker

@gavintmyers
Copy link
Contributor Author

Just reran Adify thusly, and then hit the same error I opened the issue for:

rm -rf .adify_scripts_for_annkissam/
bash <(wget -qO- https://raw.githubusercontent.com/annkissam/adify_scripts_for_annkissam/master/prelude.sh)

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