On 4/14/20 1:33 PM, David wrote: > I use the following command to update > > $ sudo dnf update & flatpak update > > Is there a better way to do this. Does anyone have a script or > alias thing > that does all that with just sudo dufu or something simple ? Why not just put alias dufu="sudo dnf update && flatpak update"; into .bashrc? (Note that you want two &s there.) Then just "dufu" will run that command. Riki _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx