Oh yeah, I actually have a very simple bash script that includes apt upgrade -y (sketchy I know lol). But apt update just updates the sources so doesn’t require the -y as far as I know
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
Why the -y after apt update? I’ve never had to do that on mint
Automatically agrees to everything. Can be dangerous, use with caution. If you’re able to, I wouldn’t use it.
Oh yeah, I actually have a very simple bash script that includes apt upgrade -y (sketchy I know lol). But apt update just updates the sources so doesn’t require the -y as far as I know