Skip to content

FatmanUK/xbps-autopatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

autopatch.bash

Automatic patching to be scheduled in cron and runs as root. Excludes certain packages so as to not break running systems.

Prereqs: python xbps-static

To use (install requires root):

  1. git clone into /usr/share/autopatch.bash
  2. run xbps-static.bash to get XBPS static in the right place
  3. add to /etc/crontab the line "00 1 15 * * root /usr/share/autopatch.bash/autopatch.bash" (vary the time so you don't kill the mirror servers)