aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rc.slack-autoupdate
AgeCommit message (Collapse)Author
2024-04-04Avoid programmer errorSlack Coder
Use 'find "$VAR" | xarg rm -fr' which will error out if $VAR is unset.
2024-03-26Fix kernel updateSlack Coder
Include the necessary local command paths which are excluded from sysvinit. Also check for the information file before moving it to avoid noisy log output.
2024-03-25Improve kernel update handlingSlack Coder
Handle more generic situations: - Use /boot/vmlinuz instead of /boot/vmlinuz-huge. - Use the kernel md5sum to confirm kernel changes.
2024-03-25Use project name in scriptsSlack Coder
Make the relationship between the scripts clear by using the project name in the update and download scripts.