secupdate: apply FreeBSD binary patches and recompile custom kernel for the lazy.
This commit is contained in:
parent
414730db3c
commit
26e0e93286
1 changed files with 12 additions and 0 deletions
12
secupdate
Executable file
12
secupdate
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# secupdate: apply FreeBSD binary patches
|
||||
# and recompile custom kernel for the lazy.
|
||||
|
||||
freebsd-update fetch && \
|
||||
freebsd-update install && \
|
||||
cd /usr/src && \
|
||||
make buildkernel KERNCONF=TK && \
|
||||
make installkernel KERNCONF=TK && \
|
||||
echo && \
|
||||
echo "update done. please reboot."
|
Loading…
Reference in a new issue