How to fix ‘sudo: no tty present and no askpass program specified’ error?
I am trying to compile some sources using a makefile. In the makefile there is a bunch of commands that need to be ran as sudo. When I compile the sources from a terminal all goes fine and the make is paused the first time a sudo command is ran waiting for password. Once I … Read more