main_server/scripts/update.fish
2024-05-15 03:03:32 +02:00

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