mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
chore: Check for the commands used by electron-installer-debian (#1446)
This commit is contained in:
parent
369cfa7e88
commit
57e29a5725
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user