Last active
August 4, 2025 10:16
-
-
Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.
Revisions
-
rkbi revised this gist
Aug 4, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; sudo journalctl --vacuum-time=1d; omf update' -
rkbi created this gist
Dec 1, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"