Adding files

This commit is contained in:
2022-12-06 21:03:18 -05:00
parent 89a07cb6ff
commit 02f45298c7
5 changed files with 104 additions and 2 deletions

9
update-system.ksh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/ksh
fw_update
syspatch
pkg_check
pkg_delete -a
pkg_add -u
exit 0