google / safeside

Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
494 stars 54 forks source link

Use apt-get instead of apt to suppress warnings. #141

Closed ssbr closed 3 years ago

ssbr commented 3 years ago

Apparently apt is meant for interactive use, and apt-get for script use. In theory apt allows itself to break backwards compatibility arbitrarily badly, making it a poor choice for scripting use, although atm the only difference is in output format and one default flag value for apt-get upgrade. We don't use apt-get upgrade and the output looks pretty much the same to me (travis doesn't record the progress bar and I'm not seeing the alleged color support), so there's no downsides to suppressing the warning by using apt-get. :)