chore: Check for the commands used by electron-installer-debian (#1446)

This commit is contained in:
Andrew Scheller 2017-05-17 13:59:18 +01:00 committed by GitHub
parent 369cfa7e88
commit 57e29a5725

View File

@ -26,6 +26,9 @@ if [[ "$OS" != "Linux" ]]; then
fi
./scripts/build/check-dependency.sh electron-installer-debian
# electron-installer-debian is documented as requiring the fakeroot and dpkg commands
./scripts/build/check-dependency.sh fakeroot
./scripts/build/check-dependency.sh dpkg
function usage() {
echo "Usage: $0"