lubuntu-meta/update
2018-07-09 19:20:49 -05:00

14 lines
227 B
Bash
Executable File

#! /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