Skip to content

Instantly share code, notes, and snippets.

@rkbi
Last active August 4, 2025 10:16
Show Gist options
  • Select an option

  • Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.

Select an option

Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.

Revisions

  1. rkbi revised this gist Aug 4, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion upd.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    alias upd="sudo dnf up; sudo dnf clean packages; flatpak update --assumeyes; pipx upgrade-all; rustup upgrade; omf update; sudo journalctl --vacuum-time=1d"
    alias upd 'sudo dnf up; sudo dnf clean packages; flatpak update --assumeyes; pipx upgrade-all; rustup upgrade; sudo journalctl --vacuum-time=1d; omf update'
  2. rkbi created this gist Dec 1, 2024.
    1 change: 1 addition & 0 deletions upd.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    alias upd="sudo dnf up; sudo dnf clean packages; flatpak update --assumeyes; pipx upgrade-all; rustup upgrade; omf update; sudo journalctl --vacuum-time=1d"