Install CPU microcode updates on Intel on FreeBSD and switch from wf-recorder to wl-screenrec.

This commit is contained in:
Tom Alexander
2023-09-05 20:43:12 -04:00
parent 7f0af6f41c
commit 61bc98578b
9 changed files with 18 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ function main {
fi
fi
if pgrep -q wf-recorder; then
if pgrep -q wl-screenrec; then
local is_running=1
else
local is_running=0