Browse Source

90livenet: check() for wget

master
Harald Hoyer 14 years ago
parent
commit
d73bbd57ee
  1. 1
      modules.d/90livenet/module-setup.sh

1
modules.d/90livenet/module-setup.sh

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



Loading…
Cancel
Save