9 lines
220 B
Fish
Executable file
9 lines
220 B
Fish
Executable file
rustup update; or return 1
|
|
cargo install-update -a; or return 1
|
|
|
|
sudo dnf upgrade -y; or return 1
|
|
sudo dnf autoremove; or return 1
|
|
|
|
podman auto-update; or return 1
|
|
|
|
sudo dnf needs-restarting -r; or sudo systemctl reboot
|