90livenet: check() for wget

master
Harald Hoyer 2011-10-20 12:33:33 +02:00
parent 5259da1043
commit d73bbd57ee
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
check() {
# a live, host-only image doesn't really make a lot of sense
[[ $hostonly ]] && return 1
command -v wget || return 1
return 0
}