|
return "sudo dpkg -i \"" + downloadFilePath + "\""; |
How does sudo work here? Do we even need sudo? Does Linux pop open a thing asking for the password? (I doubt it.) Do we need to pop open a terminal and run things in there (aka make the process not silent so that they can be prompted for their password)? I'm not as familiar with how Linux works, plus there are so many distributions...
Links:
NetSparkle/src/NetSparkle/SparkleUpdater.cs
Line 1257 in 957d131
How does
sudowork here? Do we even needsudo? Does Linux pop open a thing asking for the password? (I doubt it.) Do we need to pop open a terminal and run things in there (aka make the process not silent so that they can be prompted for their password)? I'm not as familiar with how Linux works, plus there are so many distributions...Links: