fedora-scripts/update-sys.sh

7 lines
57 B
Bash
Raw Normal View History

2024-02-10 18:30:42 +00:00
#!/usr/bin/bash
dnf -y update
dnf -y autoremove
exit 0