mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
bash
This commit is contained in:
parent
e75434155d
commit
9abccd3353
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function package_exists() {
|
||||
return dpkg -l "$1" &> /dev/null
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user