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