diff --git a/update b/update index a5c6c57..24c4fff 100755 --- a/update +++ b/update @@ -1,5 +1,10 @@ #! /bin/sh +if ! which germinate >/dev/null; then + echo >&2 "Please install germinate." + exit 1 +fi + if ! which dch >/dev/null; then echo >&2 "Please install devscripts." exit 1