openbsd-scripts/update-sys.ksh

10 lines
74 B
Bash
Executable File

#!/bin/ksh
fw_update
syspatch
pkg_check
pkg_delete -a
pkg_add -u
exit 0