fedora-scripts/update-sys.sh

7 lines
57 B
Bash
Executable File

#!/usr/bin/bash
dnf -y update
dnf -y autoremove
exit 0