lubuntu-meta/update

14 lines
227 B
Plaintext
Raw Normal View History

2018-07-09 19:20:49 -05:00
#! /bin/sh
if ! which dch >/dev/null; then
echo >&2 "Please install devscripts."
exit 1
fi
if ! which debootstrap >/dev/null; then
echo >&2 "Please install debootstrap."
exit 1
fi
exec germinate-update-metapackage --vcs