mirror of
https://github.com/clearlinux/clr-update-triggers.git
synced 2026-09-07 22:31:39 +00:00
Create update helper tools for when systemd isn't available (package build chroots, containers, etc).
5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Try to run files in /usr/libexec/updater
|
|
find /usr/libexec/updater -type f -executable -exec {} \;
|