Conky: Declare all dependencies
This commit is contained in:
parent
71020bd1b1
commit
028d611c48
@ -258,7 +258,7 @@ main() {
|
||||
# TODO: That
|
||||
# Validate core program dependencies
|
||||
log "Validating dependencies" 2
|
||||
if ! has basename; then
|
||||
if ! has awk basename iw seq; then
|
||||
error "Failed to find program: $_return" 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user