mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-20 01:36:32 +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
|
fi
|
||||||
|
|
||||||
./scripts/build/check-dependency.sh electron-installer-debian
|
./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() {
|
function usage() {
|
||||||
echo "Usage: $0"
|
echo "Usage: $0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user