28F, she/her - Seattle - Drive stick, use Linux, do praxis. Don’t call me unless I gave you my number

  • 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • I usually set up an alias or script to update everything on my system. For example, on Ubuntu, I would do this: alias sysup='snap refresh && apt update && apt upgrade'

    And on Arch, I do this: alias sysup ='flatpak update && paru'

    Funny enough you’d need to use sudo to run this on Ubuntu, but not in the Arch example because paru being neat